FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..isStepSubCategory Method

Determines whether [is step sub category] [the specified s step category identifier].

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

Syntax


public bool isStepSubCategory(
	string sStepCategoryID
)
Public Function isStepSubCategory ( _
	sStepCategoryID As String _
) As Boolean
public:
bool^ isStepSubCategory(
	String^ sStepCategoryID
)

Parameters

sStepCategoryID
Type: String
The s step category identifier.

Return Value

true if [is step sub category] [the specified s step category identifier]; otherwise, false.