FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepInputIDByName Method

getStepInputIDByName

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

Syntax


public string getStepInputIDByName(
	string sStepID,
	string sInputName
)
Public Function getStepInputIDByName ( _
	sStepID As String, _
	sInputName As String _
) As String
public:
String^ getStepInputIDByName(
	String^ sStepID, 
	String^ sInputName
)

Parameters

sStepID
Type: String
The s step identifier.
sInputName
Type: String
Name of the s input.

Return Value

System.String.