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)
SyntaxList<Attachment> LoadAttachmentCollection(
string relatedID
)
Function LoadAttachmentCollection (
relatedID As String
) As List(Of Attachment)
Parameters
- relatedID
- Type: SystemString
The related id value of the documents.
Return Value
Type:
ListAttachmenta collection of
Attachment objects.
See Also