Gets the name of the form widget input identifier by.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public string getFormWidgetInputIDByName(
string sFormWidgetID,
string sFormWidgetInputName
)
Public Function getFormWidgetInputIDByName ( _
sFormWidgetID As String, _
sFormWidgetInputName As String _
) As String
public:
String^ getFormWidgetInputIDByName(
String^ sFormWidgetID,
String^ sFormWidgetInputName
)
Parameters
- sFormWidgetID
- Type: String
The s form widget identifier.
- sFormWidgetInputName
- Type: String
Name of the s form widget input.
Return Value
System.String.