This class implements a disk-based IWebDavStore.
Inheritance Hierarchy
Namespace: WebDAVSharp.Server.Stores.DiskStoreAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The WebDavDiskStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebDavDiskStore |
Initializes a new instance of the WebDavDiskStore class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Root |
Gets the root collection of this IWebDavStore.
| |
RootPath |
Gets the root path for the folder that is hosted in this WebDavDiskStore.
|
See Also