check if the category exists
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool stepCategoryExists(
string stepCategoryName,
ref string stepCategoryID
)
Public Function stepCategoryExists ( _
stepCategoryName As String, _
ByRef stepCategoryID As String _
) As Boolean
public:
bool^ stepCategoryExists(
String^ stepCategoryName,
String^% stepCategoryID
)
Parameters
- stepCategoryName
- Type: String
name of the category
- stepCategoryID
- Type: String%
id of the step catetory
Return Value
true if XXXX,
false otherwise.