IWebDavStore InterfaceWebDAV#
This interface must be implemented by classes that serve as stores of collections and documents for the WebDavServer.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IWebDavStore

The IWebDavStore type exposes the following members.

Properties
  NameDescription
Public propertyRoot
Gets the root collection of this IWebDavStore.
Top
See Also