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

IDashboardStorage Methods

When implemented by a class, represents a storage of dashboards.
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