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

deGlobalization..::..getStepReturnDescriptionValues Method

Gets the step return description values.

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

Syntax


public Dictionary<string, string> getStepReturnDescriptionValues(
	string stepName,
	string cultureName
)
Public Function getStepReturnDescriptionValues ( _
	stepName As String, _
	cultureName As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getStepReturnDescriptionValues(
	String^ stepName, 
	String^ cultureName
)

Parameters

stepName
Type: String
Name of the step.
cultureName
Type: String
Name of the culture.

Return Value

Dictionary<System.String, System.String>.