docs/html/get-property.html

changeset 283
0e36bb75a732
parent 282
3070d72f54af
child 285
02d3e4b1245f
equal deleted inserted replaced
282:3070d72f54af 283:0e36bb75a732
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta http-equiv="Content-Style-Type" content="text/css" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" />
6 <meta name="generator" content="pandoc" /> 6 <meta name="generator" content="pandoc" />
7 <title></title> 7 <title>dav get-property</title>
8 <style type="text/css">code{white-space: pre;}</style> 8 <style type="text/css">code{white-space: pre;}</style>
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> 9 <link rel="stylesheet" href="davdoc.css" type="text/css" />
10 </head> 10 </head>
11 <body> 11 <body>
12 <div class="header"> 12 <div class="header">
62 </div> 62 </div>
63 </div> 63 </div>
64 64
65 <!-- begin content --> 65 <!-- begin content -->
66 <div class="content"> 66 <div class="content">
67 <h1 id="dav-get-property">dav get-property</h1> 67 <div id="header">
68 <h1 class="title">dav get-property</h1>
69 </div>
68 <p><strong><code>get-property [-pc] [-n &lt;uri&gt;] &lt;url&gt; &lt;property&gt;</code></strong></p> 70 <p><strong><code>get-property [-pc] [-n &lt;uri&gt;] &lt;url&gt; &lt;property&gt;</code></strong></p>
69 <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>
70 <p>Example: <code>D:creationdate</code></p> 72 <p>Example: <code>D:creationdate</code></p>
71 <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>
72 <p>There are only two available prefixes by default:</p> 74 <p>There are only two available prefixes by default:</p>

mercurial