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