
Interface | Description | |
---|---|---|
![]() | IWebDavStore |
This interface must be implemented by classes that serve as stores of collections and
documents for the
WebDavServer.
|
![]() | IWebDavStoreCollection |
This interface must be implemented by classes that operate as document collections in a store.
|
![]() | IWebDavStoreDocument |
This interface must be implemented by classes that will function as a store document.
|
![]() | IWebDavStoreItem |
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.)
|