FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeReturn Method

Removes the return from the step.

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

Syntax


public bool removeReturn(
	string stepID,
	string returnValue
)
Public Function removeReturn ( _
	stepID As String, _
	returnValue As String _
) As Boolean
public:
bool^ removeReturn(
	String^ stepID, 
	String^ returnValue
)

Parameters

stepID
Type: String
The step identifier.
returnValue
Type: String
The return value.

Return Value

true if XXXX, false otherwise.