Views the tenants for dashboard widget.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public List<deTenant> viewTenantsForDashboardWidget(
string widgetName
)
Public Function viewTenantsForDashboardWidget ( _
widgetName As String _
) As List(Of deTenant)
public:
List<deTenant^>^ viewTenantsForDashboardWidget(
String^ widgetName
)
Parameters
- widgetName
- Type: String
Name of the widget.
Return Value
List<deTenant>.