get_remote_deletable


Description:

public bool get_remote_deletable ()

Returns whether the resource represented by this can be deleted from a remote server by calling remote_delete.

Generally this is only true if this is a child of an Source which has an SourceCollection extension, which means there is an ECollectionBackend in the D-Bus service that can handle delete requests. If this does not have this capability, calls to remote_delete will fail.

Parameters:

this

an Source

Returns:

whether this can delete remote resources