[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public WebDAVPropertyChange.remove (string ns_uri, string name)
Creates a new WebDAVPropertyChange of kind REMOVE, which is used to remove the given property.
To change property value use WebDAVPropertyChange.set instead.
ns_uri |
namespace URI of the property |
name |
name of the property |
A new WebDAVPropertyChange. Free it with webdav_property_change_free, when no longer needed. |