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

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebDavDiskStoreDocument(
	WebDavDiskStoreCollection parentCollection,
	string path
)

Parameters

parentCollection
Type: WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreCollection
The parent WebDavDiskStoreCollection that contains this WebDavDiskStoreItem; or null if this is the root WebDavDiskStoreCollection.
path
Type: System String
The path that this WebDavDiskStoreItem maps to.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null or empty.
See Also