65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <div id="header"> |
67 <div id="header"> |
68 <h1 class="title">dav get-property</h1> |
68 <h1 class="title">dav get-property</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>get-property [-pc] [-n <uri>] <url> <property></code></strong></p> |
70 <p><strong><code>dav get-property [-pc] [-n <uri>] <url> <property></code></strong></p> |
71 <p>Gets a specific resource property. Every WebDAV property has a name and an XML namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. The prefix and property name are separated by a <strong>:</strong> as usual.</p> |
71 <p>Gets a specific resource property. Every WebDAV property has a name and an XML namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. The prefix and property name are separated by a <strong>:</strong> as usual.</p> |
72 <p>Example: <code>D:creationdate</code></p> |
72 <p>Example: <code>D:creationdate</code></p> |
73 <p><code>D</code> is the prefix, <code>creationdate</code> is the name.</p> |
73 <p><code>D</code> is the prefix, <code>creationdate</code> is the name.</p> |
74 <p>There are only two available prefixes by default:</p> |
74 <p>There are only two available prefixes by default:</p> |
75 <ol style="list-style-type: decimal"> |
75 <ol style="list-style-type: decimal"> |