FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasStepTemplateCategoryName Method

hasStepTemplateCategoryName

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

Syntax


public bool hasStepTemplateCategoryName(
	string sStepTemplateCategoryName,
	string sStepTemplateCategoryID
)
Public Function hasStepTemplateCategoryName ( _
	sStepTemplateCategoryName As String, _
	sStepTemplateCategoryID As String _
) As Boolean
public:
bool^ hasStepTemplateCategoryName(
	String^ sStepTemplateCategoryName, 
	String^ sStepTemplateCategoryID
)

Parameters

sStepTemplateCategoryName
Type: String
Name of the s step template category.
sStepTemplateCategoryID
Type: String
The s step template category identifier.

Return Value

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