FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeStepCategory Method

removes a step category from the list

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

Syntax


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.