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 | |
| uri |
URI to issue the request for, or |
| xml |
an XmlDocument with request changes, its root element should be DAV:propertyupdate |
| cancellable |
optional Cancellable object, or |
Returns:
|
Whether succeeded. |