FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..getStepCategoryValue Method

Gets the step category value.

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

Syntax


public string getStepCategoryValue(
	string stepCategoryName,
	string cultureName
)
Public Function getStepCategoryValue ( _
	stepCategoryName As String, _
	cultureName As String _
) As String
public:
String^ getStepCategoryValue(
	String^ stepCategoryName, 
	String^ cultureName
)

Parameters

stepCategoryName
Type: String
Name of the step category.
cultureName
Type: String
Name of the culture.

Return Value

System.String.