FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasSubStepCategories Method

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

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

Syntax


public bool hasSubStepCategories(
	string sCategoryID
)
Public Function hasSubStepCategories ( _
	sCategoryID As String _
) As Boolean
public:
bool^ hasSubStepCategories(
	String^ sCategoryID
)

Parameters

sCategoryID
Type: String
The s category identifier.

Return Value

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