FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..removeFormComment Method

Removes the comment.

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

Syntax


public bool removeFormComment(
	string commentID
)
Public Function removeFormComment ( _
	commentID As String _
) As Boolean
public:
bool^ removeFormComment(
	String^ commentID
)

Parameters

commentID
Type: String
The comment identifier.

Return Value

true if XXXX, false otherwise.