FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepCategoryNameByID Method

Gets the step category name by identifier.

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

Syntax


public string getStepCategoryNameByID(
	string sStepCategoryID
)
Public Function getStepCategoryNameByID ( _
	sStepCategoryID As String _
) As String
public:
String^ getStepCategoryNameByID(
	String^ sStepCategoryID
)

Parameters

sStepCategoryID
Type: String
The s step category identifier.

Return Value

System.String.