TdxCloudStorageItemPermission.InheritedFromID Property
Returns a unique identifier of the parent folder where the access permission is defined.
Declaration
property InheritedFromID: string read;
Property Value
Type |
---|
string |
Remarks
This property returns an ID if the permission is inherited from a parent folder (that is, the InheritedFrom property returns True); otherwise, the InheritedFromID property returns an empty string.
Note
If the cloud storage component does not use the Microsoft OneDrive® data provider to connect to a cloud storage server, the InheritedFromID property always returns an empty string.
See Also