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 Class

A permission to view or edit a file or folder in an online storage.

#Declaration

Delphi
TdxCloudStorageItemPermission = class(
    TObject
)

#Remarks

This class has the following members that allow you to:

  • Obtain a unique identifier of the access permission (ID).

  • Access the target storage item of the access permission (Owner).

  • Identify if the permission provides only read-only access (ReadOnly).

  • Obtain a shared link to the target resource (Link).

  • Identify if the storage item’s access permission is inherited from a parent folder (InheritedFrom).

  • Obtain the name of the parent folder where the access permission is defined (InheritedFromName).

  • Identify the ID and DriveID of the parent folder in Microsoft OneDrive® (InheritedFromID and InheritedFromDriveID).

  • Obtain the name of the user associated with the access permission (User).

  • Revoke the access permission (Delete).

A storage item’s Permissions.Items property references a TdxCloudStorageItemPermission object.

#Inheritance

TObject
TdxCloudStorageItemPermission
See Also