Click or drag to resize

DashboardInsightsProvider Class

An implementation that provides Dashboard configurations to the Insights Publisher.
Inheritance Hierarchy
SystemObject
  InsightsProviderBase
    Dynamicweb.DashboardsDashboardInsightsProvider

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public class DashboardInsightsProvider : InsightsProviderBase

The DashboardInsightsProvider type exposes the following members.

Constructors
  NameDescription
Public methodDashboardInsightsProvider
Initializes a new instance of the DashboardInsightsProvider class
Top
Methods
  NameDescription
Public methodGetInsights
Overridden implementation to provide Dashboard configurations.
(Overrides InsightsProviderBase.GetInsights(Int32).)
Top
See Also