ISysDocumentApiReadToStream 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 void ReadToStream(
string name,
Stream stream
)
Parameters
- name
- Type: SystemString
The document name. - stream
- Type: System.IOStream
A readable stream
See Also