remote_delete_sync


Description:

public virtual bool remote_delete_sync (Cancellable? cancellable = null) throws Error

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 null

Returns:

true on success, false on error