Casewhere Runtime API
Casewhere Runtime API
Casewhere.Runtime.DSL.Api
IDocumentApi Interface
IDocumentApi Methods
Store Method
Store Method (DocumentInfo, Byte[])
Store Method (DocumentInfo, Stream)
IDocumentApi
Store Method (DocumentInfo, Stream)
Stores document with a stream. If the document already exists, it will be overwritten.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
Copy
void
Store
(
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
Store Overload
Casewhere.Runtime.DSL.Api Namespace