update_properties_sync
Description:
public bool update_properties_sync (string? uri, SList<WebDAVPropertyChange> changes, Cancellable? cancellable = null) throws Error
Updates properties (set/remove) on the provided uri
, or, in case it's null
, on the URI defined in associated
Source, with the changes
.
The order of changes
is significant, unlike on other places.
This function supports only flat properties, those not under other element. To support more complex property tries use proppatch_sync directly.
Parameters:
this | |
uri |
URI to issue the request for, or |
changes |
a SList with request changes |
cancellable |
optional Cancellable object, or |
Returns:
Whether succeeded. |