IDashboardStorage Members
Custom storage of dashboards.Methods
| Name | Description |
|---|---|
| GetAvailableDashboardsInfo() | Gets information about dashboards stored in the current IDashboardStorage. |
| LoadDashboard(String) | Loads the dashboard with the specified identifier from the current IDashboardStorage. |
| SaveDashboard(String, XDocument) | Saves the specified dashboard to the current IDashboardStorage. |
See Also