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

Namespace: WebDAVSharp.Server.Stores.BaseClasses
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected WebDavStoreItemBase(
	IWebDavStoreCollection parentCollection,
	string name
)

Parameters

parentCollection
Type: WebDAVSharp.Server.Stores IWebDavStoreCollection
The parent IWebDavStoreCollection that contains this IWebDavStoreItem implementation.
name
Type: System String
The name of this IWebDavStoreItem
Exceptions
ExceptionCondition
ArgumentNullExceptionname
ArgumentNullExceptionname is null.
See Also