removes a step category from the list
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool removeStepCategory(
string sStepCategoryID,
string sStepParentCategoryID
)
Public Function removeStepCategory ( _
sStepCategoryID As String, _
sStepParentCategoryID As String _
) As Boolean
public:
bool^ removeStepCategory(
String^ sStepCategoryID,
String^ sStepParentCategoryID
)
Parameters
- sStepCategoryID
- Type: String
ID of the step category
- sStepParentCategoryID
- Type: String
ID of the step sub category
Return Value
true if XXXX,
false otherwise.