IDocumentApiReadToStream Method
|
Reads the contents of a blob to a stream.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid ReadToStream(
DocumentInfo document,
Stream stream
)
Parameters
- document DocumentInfo
- The document information.
- stream Stream
- The stream.
See Also