WebDavDiskStoreCollection CreateCollection Method WebDAV#
Creates a new collection with the specified name.

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IWebDavStoreCollection CreateCollection(
	string name
)

Parameters

name
Type: System String
The name of the new collection.

Return Value

Type: IWebDavStoreCollection
The created IWebDavStoreCollection instance.

Implements

IWebDavStoreCollection CreateCollection(String)
Exceptions
ExceptionCondition
WebDavUnauthorizedExceptionWhen the user is unauthorized or has no access
See Also