TdxCloudStorageItemPermissions.Owner Property
In This Article
Provides access to the metadata container to which this permission collection belongs.
#Declaration
Delphi
property Owner: TdxCloudStorageItem read;
#Property Value
Type |
---|
Tdx |
#Remarks
Cast the Owner property value to the TdxCloudStorageFile or TdxCloudStorageFolder class to access all class-specific members.
See Also