Skip to main content

IEditableDashboardStorage Methods

Custom 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