diff -r b50ade8e7197 -r 1607450065ba docs/html/set-property.html --- a/docs/html/set-property.html Sun Jun 24 11:51:07 2018 +0200 +++ b/docs/html/set-property.html Sun Jun 24 12:18:12 2018 +0200 @@ -26,6 +26,8 @@
dav set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]
Sets a resource property to the specified value.
property is a property name with or without prefix (see get-property for details).
+To store an xml value, use the -x
option. The specified value must be a valid xml document. All nodes below the root element are stored as the property value.
If no value is specified, the content for the property is read from stdin.
-p
disable file name and path decryption if enabled
-c
enable file name and path decryption
-x
store an xml value
-L <lock>
use a lock token. See dav lock
-n <uri>
specify property namespace
Note: Properties are never encrypted.