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

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

Parameters

parentCollection
Type: WebDAVSharp.Server.Stores.DiskStore WebDavDiskStoreCollection
The parent WebDavDiskStoreCollection that contains this WebDavDiskStoreCollection.
path
Type: System String
The path to the folder on this that this WebDavDiskStoreCollection maps to.
See Also