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

TdxCloudStorageItemPermissions Class

A collection of permissions to view or edit a file or folder located on a connected storage server.

#Declaration

Delphi
TdxCloudStorageItemPermissions = class(
    TObject
)

#Remarks

This class has the following members that allow you to:

  • Identify if the collection has loaded permissions (IsLoaded).

  • Populate the collection from a connected server (FetchAll).

  • Access a file or folder to which this permission collection belongs (Owner).

  • Identify the number of available permissions (Count).

  • Access individual permissions (Items and FindByID).

  • Create new permissions (CreateSharedLink and InviteUsers).

  • Delete an existing permission (DeletePermission).

A storage item‘s Permissions property references a TdxCloudStorageItemPermissions object.

#Inheritance

TObject
TdxCloudStorageItemPermissions
See Also