Click or drag to resize

MPInterfaceMARISyncSupportAttachment Method

(Internal) Function to be called from the MARI WebService to synchronize support tickets attachments documents between MARIProject Databases

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public clsImportSupportIssueAttachment MARISyncSupportAttachment(
	int lExternalPartnerID,
	int lExternalTicketID,
	int lExternalAttachmentID,
	int nAttachmentType,
	string sCommentText,
	byte[] oAttachmentData,
	string sAttachmentMimeType,
	string sAttachmentFilename,
	bool bVisibleInternOnly
)

Parameters

lExternalPartnerID
Type: SystemInt32
lExternalTicketID
Type: SystemInt32
lExternalAttachmentID
Type: SystemInt32
nAttachmentType
Type: SystemInt32
sCommentText
Type: SystemString
oAttachmentData
Type: SystemByte
sAttachmentMimeType
Type: SystemString
sAttachmentFilename
Type: SystemString
bVisibleInternOnly
Type: SystemBoolean

Return Value

Type: clsImportSupportIssueAttachment
Remarks