FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addStepToCategory Method

add a step to a step category

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

Syntax


public bool addStepToCategory(
	string stepID,
	string stepCategoryID
)
Public Function addStepToCategory ( _
	stepID As String, _
	stepCategoryID As String _
) As Boolean
public:
bool^ addStepToCategory(
	String^ stepID, 
	String^ stepCategoryID
)

Parameters

stepID
Type: String
The step identifier.
stepCategoryID
Type: String
The step category identifier.

Return Value

true if XXXX, false otherwise.