TdxCloudStorageItemPermissions Class
In This Article
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).
Create new permissions (CreateSharedLink and InviteUsers).
Delete an existing permission (DeletePermission).
A storage item‘s Permissions property references a TdxCloudStorageItemPermissions object.
See Also