FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..getFormWidgetInputDetails Method

Gets the form widget input details.

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

Syntax


public DataTable getFormWidgetInputDetails(
	string widgetID,
	string sInputID
)
Public Function getFormWidgetInputDetails ( _
	widgetID As String, _
	sInputID As String _
) As DataTable
public:
DataTable^ getFormWidgetInputDetails(
	String^ widgetID, 
	String^ sInputID
)

Parameters

widgetID
Type: String
The widget identifier.
sInputID
Type: String
The s input identifier.

Return Value

DataTable.