update step category index
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.