FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addStepCategory Method (String, String%)

add step category to the list of categories

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

Syntax


public bool addStepCategory(
	string stepCategoryName,
	ref string categoryID
)
Public Function addStepCategory ( _
	stepCategoryName As String, _
	ByRef categoryID As String _
) As Boolean
public:
bool^ addStepCategory(
	String^ stepCategoryName, 
	String^% categoryID
)

Parameters

stepCategoryName
Type: String
name of the new category
categoryID
Type: String%
id of the category

Return Value

true if XXXX, false otherwise.