FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..viewTenantsForFormWidgetStyle Method

Views the tenants for form widget style.

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

Syntax


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

Parameters

widgetName
Type: String
Name of the widget.
styleName
Type: String
Name of the style.

Return Value

List<deTenant>.