Click or drag to resize

IDocumentApiStore(DocumentInfo, Stream) Method

Stores document with a stream. If the document already exists, it will be overwritten.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
void Store(
	DocumentInfo document,
	Stream stream
)

Parameters

document  DocumentInfo
The document information.
stream  Stream
The stream.
See Also