Click or drag to resize

MPInterfaceoGetAttachments Method

Export the attachments of a support ticket issue as a list of clsImportSupportIssueAttachment.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntax
public List<clsImportSupportIssueAttachment> oGetAttachments(
	int IssueID,
	bool LoadContent = true
)

Parameters

IssueID
Type: SystemInt32
LoadContent (Optional)
Type: SystemBoolean
true, false: load document data as byte array

Return Value

Type: ListclsImportSupportIssueAttachment
Remarks