TdxCloudStorageItemPermission.InheritedFrom Property
In This Article
Identifies if the permission is inherited from a parent folder.
#Declaration
Delphi
property InheritedFrom: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
A file or folder inherits access permissions from its parent folder in Microsoft OneDrive®. The InheritedFrom property returns True if the permission is inherited from a parent folder; otherwise, False.
Note
It is impossible to delete inherited access permissions. A Delete procedure call raises an exception if the Inherited
See Also