Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.27 KB

index.md

File metadata and controls

15 lines (8 loc) · 1.27 KB

.NET WebDAV server API documentation

This is the place where you can find the API documentation. The most interesting parts for a user are the following interfaces:

  • IFileSystem

    The root file system is a hierarchical system consisting of ICollection and IDocument. The file system is accessed by using the IFileSystemFactory to get the file system for the currently authenticated IPrincipal.

  • IPropertyStore

    The property store is used for storing dead properties and (if the file system entries don't implement IEntityTagEntry) the file system entries EntityTag. A property store is always created for a file system using the IPropertyStoreFactory.

  • ILockManger

    The lock manager is used to manage active locks issued by the clients.