TdxCloudStorage.DeletePermission(TdxCloudStorageItemPermission) Method
Deletes the specified access permission.
Declaration
procedure DeletePermission(APermission: TdxCloudStorageItemPermission);
Parameters
Name | Type | Description |
---|---|---|
APermission | TdxCloudStorageItemPermission | An access permission. |
Remarks
Note
The DeletePermission procedure always runs in the same thread from which it was invoked.
See Also