FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasStepName Method

hasStepName

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

Syntax


public bool hasStepName(
	string sStepName,
	string sStepID
)
Public Function hasStepName ( _
	sStepName As String, _
	sStepID As String _
) As Boolean
public:
bool^ hasStepName(
	String^ sStepName, 
	String^ sStepID
)

Parameters

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

Return Value

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