FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasStepInputName Method

hasStepInputName

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

Syntax


public bool hasStepInputName(
	string sStepInputName,
	string sStepID,
	string sStepInputID
)
Public Function hasStepInputName ( _
	sStepInputName As String, _
	sStepID As String, _
	sStepInputID As String _
) As Boolean
public:
bool^ hasStepInputName(
	String^ sStepInputName, 
	String^ sStepID, 
	String^ sStepInputID
)

Parameters

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

Return Value

true if [has step input name] [the specified s step input name]; otherwise, false.