Skip to main content

TdxCloudStorageItem.Permissions Property

Provides access to the collection of item access permissions.

Declaration

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