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

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebDavDiskStore(
	string rootPath
)

Parameters

rootPath
Type: System String
The root path of a folder on disk to host in this WebDavDiskStore.
Exceptions
ExceptionCondition
ArgumentNullException
DirectoryNotFoundException
ArgumentNullExceptionrootPath is null.
DirectoryNotFoundExceptionrootPath specifies a folder that does not exist.
See Also