docs/src/get-property.md

changeset 320
12ed560c926c
parent 285
02d3e4b1245f
child 408
f71eab18ed38
equal deleted inserted replaced
319:2433b5969d44 320:12ed560c926c
13 There are only two available prefixes by default: 13 There are only two available prefixes by default:
14 14
15 1. `D` for the `DAV:` namespace 15 1. `D` for the `DAV:` namespace
16 2. `idav` for `http://davutils.org/` 16 2. `idav` for `http://davutils.org/`
17 17
18 To use another namespace, use the `-n` option. 18 To use another namespace, use the `-n` option or configure a namespace in the [config.xml][1] file.
19 19
20 If the property name has no prefix, and no namespace is specified, the default namespace `DAV:` is used. 20 If the property name has no prefix, and no namespace is specified, the default namespace `DAV:` is used.
21 21
22 **`-p`** disable file name and path decryption if enabled 22 **`-p`** disable file name and path decryption if enabled
23 23
24 **`-c`** enable file name and path decryption 24 **`-c`** enable file name and path decryption
25 25
26 **`-n <uri>`** specify property namespace 26 **`-n <uri>`** specify property namespace
27 27
28 **Note:** Properties are never encrypted. 28 **Note:** Properties are never encrypted.
29
30 [1]: ./configuration.html

mercurial