WebDAVSharp.Server.Stores NamespaceWebDAV#
Interfaces
  InterfaceDescription
Public interfaceIWebDavStore
This interface must be implemented by classes that serve as stores of collections and documents for the WebDavServer.
Public interfaceIWebDavStoreCollection
This interface must be implemented by classes that operate as document collections in a store.
Public interfaceIWebDavStoreDocument
This interface must be implemented by classes that will function as a store document.
Public interfaceIWebDavStoreItem
This interface must be implemented by classes that will function as a store item, which is either a document ( IWebDavStoreDocument) or a collection of documents ( IWebDavStoreCollection.)