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