Click or drag to resize

IDocStorageServiceLoadAttachment Method

Loads a specific document into a Attachment object.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Attachment LoadAttachment(
	string docID
)

Parameters

docID
Type: SystemString
The unique key of the document to be loaded

Return Value

Type: Attachment
the document as a Attachment object.
See Also