acl_sync


Description:

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

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

Parameters:

this

an WebDAVSession

uri

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

xml

the request itself, as an XmlDocument, the root element should be DAV:acl

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.