TdxCloudStorageItemPermission.InheritedFromName Property
In This Article
Returns the name of the parent folder where the access permission is defined.
#Declaration
Delphi
property InheritedFromName: string read;
#Property Value
Type |
---|
string |
#Remarks
This property returns a folder name if the permission is inherited from the folder (that is, the InheritedFrom property returns True); otherwise, the InheritedFromName property returns an empty string.
Note
If the cloud storage component does not use the Microsoft One
See Also