FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepTemplateCategoryIndex Method

Updates the index of the step template category.

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

Syntax


public bool updateStepTemplateCategoryIndex(
	string sStepTemplateCategoryID,
	string sStepTemplateCategoryindex
)
Public Function updateStepTemplateCategoryIndex ( _
	sStepTemplateCategoryID As String, _
	sStepTemplateCategoryindex As String _
) As Boolean
public:
bool^ updateStepTemplateCategoryIndex(
	String^ sStepTemplateCategoryID, 
	String^ sStepTemplateCategoryindex
)

Parameters

sStepTemplateCategoryID
Type: String
The s step template category identifier.
sStepTemplateCategoryindex
Type: String
The s step template categoryindex.

Return Value

true if XXXX, false otherwise.