IDashboard Interface | 
Namespace: Dynamicweb.Dashboards
The IDashboard type exposes the following members.
| Name | Description | |
|---|---|---|
| Title | 
            Gets or sets the Dashboard title
              | |
| Widgets | 
            Gets or sets collection of widgets to show 
              | 
| Name | Description | |
|---|---|---|
| GetAllAvailableWidgets | 
            Gets widget types for the Dashboard
              | |
| Load | 
            Loads the widgets to the Dashboard.
              | |
| Save | 
            Save the Dashboard to storage
              | 
| Name | Description | |
|---|---|---|
| Id | 
            Return Id of the dashboard
              (Defined by DashboardExtensions.) | |
| IsDashboardReadOnly | 
            Return true if dashboard is read only
              (Defined by DashboardExtensions.) | |
| IsVisibleOnInsightsPublisher | 
            Return true if dashboard visible on Insights Publisher App
              (Defined by DashboardExtensions.) | 
[site]/Admin/Dashboard/[DashboardId]/View/[path*]
You may inherit your dashboard from simple to use default save/load methods.