FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..removeAttachment Method

Removes a file attachment.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeAttachment(
	string attachmentID
)
Public Function removeAttachment ( _
	attachmentID As String _
) As Boolean
public:
bool^ removeAttachment(
	String^ attachmentID
)

Parameters

attachmentID
Type: String
The attachment identifier.

Return Value

Boolean.