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

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

Parameters

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

Return Value

Type: IWebDavStoreCollection
The created IWebDavStoreCollection instance.
See Also