FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExpressions..::..removeExpression Method

Removes the expression.

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

Syntax


public bool removeExpression(
	string sExpressionID
)
Public Function removeExpression ( _
	sExpressionID As String _
) As Boolean
public:
bool^ removeExpression(
	String^ sExpressionID
)

Parameters

sExpressionID
Type: String
The s expression identifier.

Return Value

true if XXXX, false otherwise.