FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFormWidgetContext..::..getInput Method

Gets the input.

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

Syntax


public string getInput(
	string inputName
)
Public Function getInput ( _
	inputName As String _
) As String
public:
String^ getInput(
	String^ inputName
)

Parameters

inputName
Type: String
Name of the input.

Return Value

System.String.