remote_delete_sync
Description:
Deletes the resource represented by this from a remote server.
The this must be remote_deletable. This will also delete the key file for this and broadcast its removal to all clients, similar to remove_sync.
If an error occurs, the function will set error
and return false
.
Parameters:
this |
an Source |
cancellable |
optional Cancellable object, or |
Returns:
|