This component is part of the IP Works Enterprise ASP.NET Component Library.
The WebDAV component implements an easy-to-use interface to the Web Distributed Authoring and Versioning protocol (WebDAV).
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Remarks
The component allows remote management of resource properties and collections, including creation, deletion, listing, copying, and moving. Resource locking is also supported.
The ListDirectory and FindProperties methods will list the properties of a resource collection or resource, and a DirList or ResourceProperties event will be fired for each matching resource.
Depth is used to determine how the properties are retrieved. A depth of "0" will return only the properties associated with ResourceURI. A depth of "1" will return those properties, plus those of the member URIs. A depth of "infinity" (default) will return all properties of all the resources in the hierarchy.
A number of operations can be performed on resources by using the various methods of the component. Please refer to the individual methods for more information.
More Information: http://www.nsoftware.com/products/component/webdav.aspx |