TdxCloudStorageItemPermission.InheritedFrom Property
Identifies if the permission is inherited from a parent folder.
Declaration
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 InheritedFrom property returns True. You can delete access permissions only at the level where they were defined.
See Also