Click or drag to resize

IDocumentApiReadToStream Method

Reads the contents of a blob to a stream.

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

Parameters

document
Type: Casewhere.SystemTypesDocumentInfo
The document information.
stream
Type: System.IOStream
The stream.
See Also