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
)
Function LoadAttachment (
docID As String
) As Attachment
Parameters
- docID
- Type: SystemString
The unique key of the document to be loaded
Return Value
Type:
Attachmentthe document as a
Attachment object.
See Also