Click or drag to resize

DocumentApiReadAllBytes Method

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


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

Parameters

document  DocumentInfo
 

Return Value

Byte

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DocumentApi.ReadAllBytes(Casewhere.SystemTypes.DocumentInfo)"]

Implements

IDocumentApiReadAllBytes(DocumentInfo)
See Also