Click or drag to resize

IDocStorageServiceLoadAttachmentCollection Method

Loads documents related to the relatedID param into a collection of Attachment objects.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
List<Attachment> LoadAttachmentCollection(
	string relatedID
)

Parameters

relatedID
Type: SystemString
The related id value of the documents.

Return Value

Type: ListAttachment
a collection of Attachment objects.
See Also