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.InheritedFromDriveID Property

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 OneDrive® data provider to connect to a cloud storage server, the InheritedFromDriveID property always returns an empty string.

See Also