proppatch_sync


Description:

public bool proppatch_sync (string? uri, XmlDocument xml, Cancellable? cancellable = null) throws Error

Issues PROPPATCH request on the provided uri, or, in case it's null, on the URI defined in associated Source, with the changes.

The order of requested changes inside xml is significant, unlike on other places.

Parameters:

this

an WebDAVSession

uri

URI to issue the request for, or null to read from Source

xml

an XmlDocument with request changes, its root element should be DAV:propertyupdate

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.