Initializes a new instance of the WebDavStoreItemBase class.
Namespace: WebDAVSharp.Server.Stores.BaseClassesAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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
Exception | Condition |
---|---|
ArgumentNullException | name |
ArgumentNullException | name is null. |
See Also