Click or drag to resize

IDocumentApiOpenRead Method

Open a document for reading.

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

Parameters

document  DocumentInfo
The document information.

Return Value

Stream
A read-only stream.
See Also