Click or drag to resize

ISysDocumentApiStore 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.1.0
Syntax
C#
void Store(
	string name,
	Stream stream
)

Parameters

name
Type: SystemString
The system document name.
stream
Type: System.IOStream
The stream.
See Also