FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepCategoryIndex Method

update step category index

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

Syntax


public bool updateStepCategoryIndex(
	string sStepCategoryID,
	string sStepCategoryindex
)
Public Function updateStepCategoryIndex ( _
	sStepCategoryID As String, _
	sStepCategoryindex As String _
) As Boolean
public:
bool^ updateStepCategoryIndex(
	String^ sStepCategoryID, 
	String^ sStepCategoryindex
)

Parameters

sStepCategoryID
Type: String
The s step category identifier.
sStepCategoryindex
Type: String
The s step categoryindex.

Return Value

true if XXXX, false otherwise.