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

TdxCloudStorageItem.Permissions Property

Provides access to the collection of item access permissions.

#Declaration

Delphi
property Permissions: TdxCloudStorageItemPermissions read;

#Property Value

Type
TdxCloudStorageItemPermissions

#Remarks

Call the Permissions.CreateSharedLink or Permissions.InviteUsers procedures to add new access permissions for the storage resource. Refer to the TdxCloudStorageItemPermissions class description for detailed information on available options.

Important

Any access permission management operation performed on a root or special folder results in an exception.

See Also