FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepSubCategoryIDByName Method

Gets the name of the step sub category identifier by.

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

Syntax


public string getStepSubCategoryIDByName(
	string sStepParentCategoryID,
	string sCategoryName
)
Public Function getStepSubCategoryIDByName ( _
	sStepParentCategoryID As String, _
	sCategoryName As String _
) As String
public:
String^ getStepSubCategoryIDByName(
	String^ sStepParentCategoryID, 
	String^ sCategoryName
)

Parameters

sStepParentCategoryID
Type: String
The s step parent category identifier.
sCategoryName
Type: String
Name of the s category.

Return Value

System.String.