hasStepTemplateCategoryName
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.