Click or drag to resize

MPInterfacebDeleteSupportTicketAttachment Method

Delete an attachment to a ticket (task, idea, development task, HRTask)

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bDeleteSupportTicketAttachment(
	int RequestPosID
)

Parameters

RequestPosID
Type: SystemInt32
ID of the support ticket attachment. MARISupportIssueLine.RequestPosID

Return Value

Type: Boolean
true, on false, load the oInterface.oErrors object
See Also