Click or drag to resize

DashboardInsightsProviderGetInsights Method

Overridden implementation to provide Dashboard configurations.

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public override IEnumerable<InsightsCategory> GetInsights(
	int userId
)

Parameters

userId
Type: SystemInt32

Return Value

Type: IEnumerableInsightsCategory
See Also