TdxCloudStorageItemPermissions Members
A collection of permissions to view or edit a file or folder located on a connected storage server.Constructors
| Name | Description |
|---|---|
| Create(TdxCloudStorageItem) | Initializes a new instance of the TdxCloudStorageItemPermissions class with specified settings. |
Properties
| Name | Description |
|---|---|
| Count | Returns the number of access permissions in the collection. |
| IsLoaded | Identifies if access permissions are loaded for a file or folder. |
| Items | Provides indexed access to stored access permissions. |
| Owner | Provides access to the metadata container to which this permission collection belongs. |
Methods
| Name | Description |
|---|---|
| CreateSharedLink(Boolean,TdxCloudStorageItemPermissionScope) | Creates a shared link with a permission to view or edit a file or folder on a connected storage server. |
| DeletePermission(TdxCloudStorageItemPermission) | Deletes the specified access permission. |
| Equals(TObject) | Inherited from TObject. |
| FetchAll(Boolean) | Loads all permissions to access a file or folder from the connected server. |
| FindByID(string) | Returns a stored access permission by its unique identifier. |
| GetHashCode | Inherited from TObject. |
| InviteUsers(TArray<string>,Boolean,Boolean,Boolean,string) | |
| ToString | Inherited from TObject. |
See Also