FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..viewTenantsForFormWidgetInput Method

Views the tenants for form widget input.

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

Syntax


public List<deTenant> viewTenantsForFormWidgetInput(
	string widgetName,
	string inputName
)
Public Function viewTenantsForFormWidgetInput ( _
	widgetName As String, _
	inputName As String _
) As List(Of deTenant)
public:
List<deTenant^>^ viewTenantsForFormWidgetInput(
	String^ widgetName, 
	String^ inputName
)

Parameters

widgetName
Type: String
Name of the widget.
inputName
Type: String
Name of the input.

Return Value

List<deTenant>.