Click or drag to resize

IDocStorageServiceLoadDoc Method

Retieve the specified document as an array of bytes

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
byte[] LoadDoc(
	IAppContext cxt,
	string docId
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
docId
Type: SystemString
The ID of the document to load.

Return Value

Type: Byte
The document content.
See Also