FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepReturn Method

updateStepReturn

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

Syntax


public bool updateStepReturn(
	string sStepReturnID,
	string sStepID,
	string sStepReturnValue,
	string sDescription
)
Public Function updateStepReturn ( _
	sStepReturnID As String, _
	sStepID As String, _
	sStepReturnValue As String, _
	sDescription As String _
) As Boolean
public:
bool^ updateStepReturn(
	String^ sStepReturnID, 
	String^ sStepID, 
	String^ sStepReturnValue, 
	String^ sDescription
)

Parameters

sStepReturnID
Type: String
The s step return identifier.
sStepID
Type: String
The s step identifier.
sStepReturnValue
Type: String
The s step return value.
sDescription
Type: String
The s description.

Return Value

true if XXXX, false otherwise.