add a return value for the step
   
                
    Namespace: 
   FlowWright.cDevDeAPI
    Assembly:
   cDevDeAPI (in cDevDeAPI.dll)
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.