IWebDavStoreCollection CreateDocument Method WebDAV#
Creates a new document 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
IWebDavStoreDocument CreateDocument(
	string name
)

Parameters

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

Return Value

Type: IWebDavStoreDocument
The created IWebDavStoreDocument instance.
See Also