WebDAVPropertyChange.set


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public WebDAVPropertyChange.set (string ns_uri, string name, string? value)

Creates a new WebDAVPropertyChange of kind SET, which is used to modify or set the property value.

The value is a string representation of the value to store. It can be null, but it means an empty value, not to remove it. To remove property use WebDAVPropertyChange.remove instead.

Parameters:

ns_uri

namespace URI of the property

name

name of the property

value

value of the property, or null for empty value

Returns:

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