FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addStepTemplateToCategory Method

Adds the step template to category.

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

Syntax


public bool addStepTemplateToCategory(
	string sTemplateStepID,
	string sStepTemplateCategoryID
)
Public Function addStepTemplateToCategory ( _
	sTemplateStepID As String, _
	sStepTemplateCategoryID As String _
) As Boolean
public:
bool^ addStepTemplateToCategory(
	String^ sTemplateStepID, 
	String^ sStepTemplateCategoryID
)

Parameters

sTemplateStepID
Type: String
The s template step identifier.
sStepTemplateCategoryID
Type: String
The s step template category identifier.

Return Value

true if XXXX, false otherwise.