Click or drag to resize

IDocumentApiStore Method (DocumentInfo, Byte)

Stores document with a byte array. 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#
void Store(
	DocumentInfo document,
	byte[] data
)

Parameters

document
Type: Casewhere.SystemTypesDocumentInfo
The document information.
data
Type: SystemByte
The byte array.
See Also