 | DashboardController Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Management.Dashboards
Assembly:
Dynamicweb.Management.Dashboards (in Dynamicweb.Management.Dashboards.dll) Version: 3.2.2
Syntax[RouteAreaAttribute("Admin")]
[RoutePrefixAttribute("Dashboard/{areaName}")]
public class DashboardController : Controller
<RouteAreaAttribute("Admin")>
<RoutePrefixAttribute("Dashboard/{areaName}")>
Public Class DashboardController
Inherits Controller
The DashboardController type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | AvailableWidgetsList | |
 | AvailableWidgetsPicker(String, String) | |
 | AvailableWidgetsPicker(String, String, String) | |
 | Configure(String, String) | |
 | Configure(String, String, String) | |
 | ConfigureWidget(String, Int32, String) | |
 | ConfigureWidget(String, Int32, String, Object) | |
 | GetData | |
 | Index | |
 | Widgets | |
Top
See Also