64 |
64 |
65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <h1 id="dav-set-property">dav set-property</h1> |
67 <h1 id="dav-set-property">dav set-property</h1> |
68 <p><strong><code>set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]</code></strong></p> |
68 <p><strong><code>set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]</code></strong></p> |
69 <p>Sets a resource property to a specified value.</p> |
69 <p>Sets a resource property to the specified value.</p> |
70 <p>property is a property name with or without prefix (see <a href="./get-property.html">get-property</a> for details).</p> |
70 <p><em>property</em> is a property name with or without prefix (see <a href="./get-property.html">get-property</a> for details).</p> |
71 <p>If no value is specified, the content for the property is read from stdin.</p> |
71 <p>If no value is specified, the content for the property is read from stdin.</p> |
72 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
72 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> |
73 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
73 <p><strong><code>-c</code></strong> enable file name and path decryption</p> |
74 <p><strong><code>-L <lock></code></strong> use a lock token. See <a href="./get-property.html">dav lock</a></p> |
74 <p><strong><code>-L <lock></code></strong> use a lock token. See <a href="./get-property.html">dav lock</a></p> |
75 <p><strong><code>-n <uri></code></strong> specify property namespace</p> |
75 <p><strong><code>-n <uri></code></strong> specify property namespace</p> |