FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepParentCategory Method

Updates the step parent category.

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

Syntax


public bool updateStepParentCategory(
	string sStepCategoryID,
	string sStepParentCategoryID
)
Public Function updateStepParentCategory ( _
	sStepCategoryID As String, _
	sStepParentCategoryID As String _
) As Boolean
public:
bool^ updateStepParentCategory(
	String^ sStepCategoryID, 
	String^ sStepParentCategoryID
)

Parameters

sStepCategoryID
Type: String
The s step category identifier.
sStepParentCategoryID
Type: String
The s step parent category identifier.

Return Value

true if XXXX, false otherwise.