IWebDavStoreDocument OpenWriteStream Method WebDAV#
Opens a Stream object for the document, in write-only mode.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Stream OpenWriteStream(
	bool append
)

Parameters

append
Type: System Boolean
A value indicating whether to append to the existing document; if false, the existing content will be dropped.

Return Value

Type: Stream
The Stream object that can be written to.
See Also