Skip to main content

TdxCloudStorageItemPermissions.Owner Property

Provides access to the metadata container to which this permission collection belongs.

Declaration

property Owner: TdxCloudStorageItem read;

Property Value

Type
TdxCloudStorageItem

Remarks

Cast the Owner property value to the TdxCloudStorageFile or TdxCloudStorageFolder class to access all class-specific members.

See Also