Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageItemPermission.InheritedFrom Property

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 InheritedFrom property returns True. You can delete access permissions only at the level where they were defined.

See Also