ISysDocumentApiReadToStream 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(
string name,
Stream stream
)
Parameters
- name String
- The document name.
- stream Stream
- A readable stream
See Also