Creates a new collection with the specified name.
Namespace: WebDAVSharp.Server.Stores.DiskStoreAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Parameters
- name
- Type: System String
The name of the new collection.
Return Value
Type: IWebDavStoreCollectionThe created IWebDavStoreCollection instance.
Implements
IWebDavStoreCollection CreateCollection(String)| Exception | Condition |
|---|---|
| WebDavUnauthorizedException | When the user is unauthorized or has no access |