vcl-dxcloudstorage-50ba688e.md
A collection of permissions to view or edit a file or folder located on a connected storage server.
TdxCloudStorageItemPermissions = class(
TObject
)
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).
Create new permissions (CreateSharedLink and InviteUsers).
Delete an existing permission (DeletePermission).
A storage item‘s Permissions property references a TdxCloudStorageItemPermissions object.
TObject TdxCloudStorageItemPermissions
See Also