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

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public 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.

Implements

IWebDavStoreDocument OpenWriteStream(Boolean)
Exceptions
ExceptionCondition
WebDavUnauthorizedExceptionIf the user is unauthorized or has no access
See Also