Casewhere Runtime API
Casewhere Runtime API
Casewhere.Runtime.DSL.Api
IDocumentApi Interface
IDocumentApi Methods
Create Method
Delete Method
GetMalwareScanStatus Method
IsFileExisted Method
OpenRead Method
OpenWrite Method
ReadAllBytes Method
ReadToStream Method
RequestMalwareScanning Method
Share Method
Store Method
Unshare Method
IDocumentApi
ReadToStream 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#
Copy
void
ReadToStream
(
DocumentInfo
document
,
Stream
stream
)
Parameters
document
Type:
Casewhere.SystemTypes
DocumentInfo
The document information.
stream
Type:
System.IO
Stream
The stream.
See Also
Reference
IDocumentApi Interface
Casewhere.Runtime.DSL.Api Namespace