Skip to main content

TdxCloudStorageItemPermissions Class

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

Declaration

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