ISysDocumentApiReadToStream Method

Reads the contents of a blob to a stream.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void ReadToStream(
	string name,
	Stream stream
)

Parameters

name  String
The document name.
stream  Stream
A readable stream

See Also