Initializes a new instance of the WebDavDiskStore class.
Namespace: WebDAVSharp.Server.Stores.DiskStoreAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Parameters
- rootPath
- Type: System String
The root path of a folder on disk to host in this WebDavDiskStore.
| Exception | Condition |
|---|---|
| ArgumentNullException | |
| DirectoryNotFoundException | |
| ArgumentNullException | rootPath is null. |
| DirectoryNotFoundException | rootPath specifies a folder that does not exist. |