FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..removeComment Method

Removes the comment.

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

Syntax


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

Parameters

commentID
Type: String
The comment identifier.

Return Value

true if XXXX, false otherwise.