.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:
-
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.
-
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.
-
The lock manager is used to manage active locks issued by the clients.