From 5bc4494eabc11e215d120c7b4a6010cee606304c Mon Sep 17 00:00:00 2001 From: DecaTec Date: Fri, 19 May 2017 13:50:43 +0200 Subject: [PATCH] Documentation --- .../Content/VersionHistory/v1.0.0.0.aml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v1.0.0.0.aml b/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v1.0.0.0.aml index 70e91cc..da88813 100644 --- a/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v1.0.0.0.aml +++ b/Documentation/DecaTec.WebDav.Documentation/Content/VersionHistory/v1.0.0.0.aml @@ -13,7 +13,7 @@ - Extension of the Portable WebDAV Library's WebDAV object model: Properties which are not defined in RFC 4918https://tools.ietf.org/html/rfc4918, RFC 4331https://tools.ietf.org/html/rfc4331, Additional WebDAV Collection Propertieshttps://tools.ietf.org/html/draft-hopmann-collection-props-00 or IIS WebDAV specification can now also be accessed through the library's WebDAV object model. These unknown properties are handled by the class AdditionalProperties. See the documentation for instructions on how to use unknown WebDAV properties with the library. + Extension of the Portable WebDAV Library's WebDAV object model: Properties which are not defined in RFC 4918https://tools.ietf.org/html/rfc4918, RFC 4331https://tools.ietf.org/html/rfc4331, Additional WebDAV Collection Propertieshttps://tools.ietf.org/html/draft-hopmann-collection-props-00 or IIS WebDAV specification can now also be accessed through the library's WebDAV object model. These unknown properties are exposed as XML (when using WebDavClient) or are handled by the class AdditionalProperties (when using WebDavSession/WebDavSessionItem). See the documentation for instructions on how to use unknown WebDAV properties with the library. @@ -25,7 +25,7 @@ - WebDavSession now supports Proppatch operations with the methods UpdateItemAsync and UpdateItemsAsync: Use the ListAsync methods to retrieve WebDavSessionItems, then change the properties of these items. Then you can use the methods UpdateItemAsync/UpdateUtemsAsync of WebDavSession passing the changed WebDavSessionItems in oder to update the item's properties on the server (Proppatch). Note that not all WebDAV servers support Proppatch for all properties. So maybe you will not be able to change properties of a WebDAV element with these methods. + WebDavSession now supports Proppatch operations with the methods UpdateItemAsync and UpdateItemsAsync: Use the ListAsync methods to retrieve WebDavSessionItems, then change the properties of these items. Finally you can use the methods UpdateItemAsync/UpdateUtemsAsync of WebDavSession passing the changed WebDavSessionItems in oder to update the item's properties on the server (Proppatch). Note that not all WebDAV servers support Proppatch for all properties. So maybe you will not be able to change properties of a WebDAV element with these methods. @@ -43,7 +43,7 @@ - The library know contains a DebugHttpMessageHandler: This handler can be used for WebDavClient and WebDavSesion in order to get the request/response (and their content) printed on the debug console. Note that this MessageHandler should not be used in a productive environment. + The library now contains a DebugHttpMessageHandler: This handler can be used for WebDavClient and WebDavSesion in order to get the request/response (and their content) printed on the debug console. Note that this message handler should not be used in a productive environment.