FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..getFormWidgetInputNameById Method

Gets the name of the form widget identifier by.

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

Syntax


public string getFormWidgetInputNameById(
	string sFormWidgetInputId
)
Public Function getFormWidgetInputNameById ( _
	sFormWidgetInputId As String _
) As String
public:
String^ getFormWidgetInputNameById(
	String^ sFormWidgetInputId
)

Parameters

sFormWidgetInputId
Type: String
The s form widget input identifier.

Return Value

System.String.