TdxCloudStorageItemPermissions.DeletePermission(TdxCloudStorageItemPermission) Method
In This Article
Deletes the specified access permission.
#Declaration
Delphi
procedure DeletePermission(APermission: TdxCloudStorageItemPermission);
#Parameters
Name | Type | Description |
---|---|---|
APermission | Tdx |
An access permission. |
#Remarks
Call this procedure and pass a stored item access permission as the APermission parameter to remove this permission from the collection. A DeletePermission procedure call raises an exception if it is impossible to delete the specified access permission (for instance, if the permission is inherited).
Note
A Delete
See Also