FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

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

add a return value for the step

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

Syntax


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

Parameters

stepID
Type: String
id of the step
oRetNode
Type: XElement
return node

Return Value

true if XXXX, false otherwise.