docs/src/get-property.md

changeset 265
ee9e63c437c4
child 282
3070d72f54af
equal deleted inserted replaced
264:94c0a938b66c 265:ee9e63c437c4
1 dav get-property
2 ================
3
4 **`get-property [-pc] [-n <uri>] <url> <property>`**
5
6 Gets a specified resource property. Every WebDAV property has a name and an XMl namespace. A namespace can be specified with the `-n` option or with a prefixed name. A prefix and property name are separated by an **:**
7
8 Example: `D:creationdate`
9
10 `D` is the prefix, `creationdate` is the name.
11
12 There are only two available prefixes:
13
14 1. `D` for the `DAV:` namespace
15 2. `idav` for `http://davutils.org/`
16
17 To use an other namespace, use the `-n` option.
18
19 If the property name has no prefix, and no namespace is specified, the default namespace `DAV:` is used.
20
21 **`-p`** disable file name and path decryption if enabled
22
23 **`-c`** enable file name and path decryption
24
25 **`-n <uri>`** specify property namespace
26
27 **Note:** Properties are never encrypted.

mercurial