FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasStepCategoryName Method (String, String)

hasStepCategoryName

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

Syntax


public bool hasStepCategoryName(
	string sCategoryName,
	string sCategoryID
)
Public Function hasStepCategoryName ( _
	sCategoryName As String, _
	sCategoryID As String _
) As Boolean
public:
bool^ hasStepCategoryName(
	String^ sCategoryName, 
	String^ sCategoryID
)

Parameters

sCategoryName
Type: String
Name of the s category.
sCategoryID
Type: String
The s category identifier.

Return Value

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