!--a11y-->
proppatch 
Gets properties for a resource.
Syntax |
proppatch/pp [-alias|-a ...] [-remove|-r ...] resource [propertySettings] |
Options |
|
-alias|-a |
Namespace aliases in the following format: alias1=namespace1, alias2=namespace2, |
-remove|-r |
Properties that should be removed (format: alias1:name1,alias2:name2,...) |
Arguments |
|
resource |
Path of the resource. |
propertySettings |
Property-value-pairs that should be set (format: propName1=value1,propName2=value2,...; if a property has several values use the format: [propName1]=(value1,value2]),...) |
Description |
Sets or removes properties for a resource. |
Sets the property DAV:displayname for the workspace /ws/test/wsp to Test.
proppatch /ws/test/wsp DAV:displayname=Test