docs/src/get-property.md

changeset 285
02d3e4b1245f
parent 283
0e36bb75a732
child 320
12ed560c926c
equal deleted inserted replaced
284:8e7ef0675946 285:02d3e4b1245f
1 --- 1 ---
2 title: 'dav get-property' 2 title: 'dav get-property'
3 --- 3 ---
4 4
5 **`get-property [-pc] [-n <uri>] <url> <property>`** 5 **`dav get-property [-pc] [-n <uri>] <url> <property>`**
6 6
7 Gets a specific 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. The prefix and property name are separated by a **:** as usual. 7 Gets a specific 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. The prefix and property name are separated by a **:** as usual.
8 8
9 Example: `D:creationdate` 9 Example: `D:creationdate`
10 10

mercurial