WebDavStoreBase Constructor WebDAV#
Initializes a new instance of the WebDavStoreBase class.

Namespace: WebDAVSharp.Server.Stores.BaseClasses
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected WebDavStoreBase(
	IWebDavStoreCollection root
)

Parameters

root
Type: WebDAVSharp.Server.Stores IWebDavStoreCollection
The root IWebDavStoreCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptionroot
ArgumentNullExceptionroot is null.
See Also