FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepCategory Method

update step category

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

Syntax


public bool updateStepCategory(
	string sStepCategoryID,
	string sStepCategoryName
)
Public Function updateStepCategory ( _
	sStepCategoryID As String, _
	sStepCategoryName As String _
) As Boolean
public:
bool^ updateStepCategory(
	String^ sStepCategoryID, 
	String^ sStepCategoryName
)

Parameters

sStepCategoryID
Type: String
The s step category identifier.
sStepCategoryName
Type: String
Name of the s step category.

Return Value

true if XXXX, false otherwise.