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

deGlobalization..::..getStepInputDescriptionValue Method

Gets the step input description value.

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

Syntax


public string getStepInputDescriptionValue(
	string stepName,
	string inputName,
	string cultureName,
	string defaultValue
)
Public Function getStepInputDescriptionValue ( _
	stepName As String, _
	inputName As String, _
	cultureName As String, _
	defaultValue As String _
) As String
public:
String^ getStepInputDescriptionValue(
	String^ stepName, 
	String^ inputName, 
	String^ cultureName, 
	String^ defaultValue
)

Parameters

stepName
Type: String
Name of the step.
inputName
Type: String
Name of the input.
cultureName
Type: String
Name of the culture.
defaultValue
Type: String
The default value.

Return Value

System.String.