FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Adds the step category.

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

Syntax


public bool addStepCategory(
	string sStepCategoryName,
	ref string sCategoryID,
	string sStepParentCategoryID
)
Public Function addStepCategory ( _
	sStepCategoryName As String, _
	ByRef sCategoryID As String, _
	sStepParentCategoryID As String _
) As Boolean
public:
bool^ addStepCategory(
	String^ sStepCategoryName, 
	String^% sCategoryID, 
	String^ sStepParentCategoryID
)

Parameters

sStepCategoryName
Type: String
Name of the s step category.
sCategoryID
Type: String%
The s category identifier.
sStepParentCategoryID
Type: String
The s step parent category identifier.

Return Value

true if XXXX, false otherwise.