WebDAVPropertyChange.remove


Description:

[ 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.

Parameters:

ns_uri

namespace URI of the property

name

name of the property

Returns:

A new WebDAVPropertyChange. Free it with webdav_property_change_free, when no longer needed.