FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addStepTemplateCategory Method

add step template category to the list of template categories

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

Syntax


public bool addStepTemplateCategory(
	string sStepTemplateCategoryName,
	ref string sStepTemplateCategoryID
)
Public Function addStepTemplateCategory ( _
	sStepTemplateCategoryName As String, _
	ByRef sStepTemplateCategoryID As String _
) As Boolean
public:
bool^ addStepTemplateCategory(
	String^ sStepTemplateCategoryName, 
	String^% sStepTemplateCategoryID
)

Parameters

sStepTemplateCategoryName
Type: String
name of the new category
sStepTemplateCategoryID
Type: String%
id of the category

Return Value

true if XXXX, false otherwise.