Click or drag to resize

DocumentApiStore(DocumentInfo, Byte) Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.Store(Casewhere.SystemTypes.DocumentInfo,System.Byte[])"]


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public void Store(
	DocumentInfo document,
	byte[] data
)

Parameters

document  DocumentInfo
 
data  Byte
 

Implements

IDocumentApiStore(DocumentInfo, Byte)
See Also