Opens a Stream object for the document, in write-only mode.
Namespace: WebDAVSharp.Server.Stores.DiskStoreAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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: StreamThe Stream object that can be written to.
Implements
IWebDavStoreDocument OpenWriteStream(Boolean)Exceptions
Exception | Condition |
---|---|
WebDavUnauthorizedException | If the user is unauthorized or has no access |
See Also