FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepReturnIDByName Method

getStepInputIDByName

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

Syntax


public string getStepReturnIDByName(
	string sStepID,
	string sStepReturnValue
)
Public Function getStepReturnIDByName ( _
	sStepID As String, _
	sStepReturnValue As String _
) As String
public:
String^ getStepReturnIDByName(
	String^ sStepID, 
	String^ sStepReturnValue
)

Parameters

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

Return Value

System.String.