Skip to main content

TdxCloudStorageItemPermission.Delete Method

Deletes the permission.

Declaration

procedure Delete;

Remarks

Call this procedure to delete the permission. A Delete procedure call raises an exception if the permission is inherited from a parent folder (that is, the InheritedFrom property returns True).

Note

A successful Delete procedure call raises the cloud storage component’s OnItemPermissionDeleted event.

See Also