Skip to main content
A newer version of this page is available. .

IEditableDashboardStorage Methods

When implemented by a class, represents an editable storage of dashboards.
Name Description
AddDashboard(XDocument, String) Adds a new dashboard to the current IEditableDashboardStorage.
GetAvailableDashboardsInfo() Gets information about dashboards stored in the current IDashboardStorage. Inherited from IDashboardStorage.
LoadDashboard(String) Loads the dashboard with the specified identifier from the current IDashboardStorage. Inherited from IDashboardStorage.
SaveDashboard(String, XDocument) Saves the specified dashboard to the current IDashboardStorage. Inherited from IDashboardStorage.
See Also