Initializes a new instance of the WebDavStoreBase class.
Namespace: WebDAVSharp.Server.Stores.BaseClassesAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- root
- Type: WebDAVSharp.Server.Stores IWebDavStoreCollection
The root IWebDavStoreCollection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | root |
ArgumentNullException | root is null. |
See Also