move_sync


Description:

public bool move_sync (string source_uri, string destination_uri, bool can_overwrite, Cancellable? cancellable = null) throws Error

Moves a resource identified by source_uri to destination_uri on the server.

The source_uri can reference also collections.

Parameters:

this

an WebDAVSession

source_uri

URI of the resource or collection to copy

destination_uri

URI of the destination

can_overwrite

whether can overwrite destination_uri, when it exists

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.