IDocumentApiStore(DocumentInfo, Byte) Method
|
Stores document with a byte array. If the document already exists, it will be overwritten.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid Store(
DocumentInfo document,
byte[] data
)
Parameters
- document DocumentInfo
- The document information.
- data Byte
- The byte array.
See Also