FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addReturn Method (String, String, String)

Adds the return to the step.

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

Syntax


public bool addReturn(
	string stepID,
	string value,
	string returnDescription
)
Public Function addReturn ( _
	stepID As String, _
	value As String, _
	returnDescription As String _
) As Boolean
public:
bool^ addReturn(
	String^ stepID, 
	String^ value, 
	String^ returnDescription
)

Parameters

stepID
Type: String
The step identifier.
value
Type: String
The value.
returnDescription
Type: String
The return description.

Return Value

true if XXXX, false otherwise.