| 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
)
Public Overrides Function GetInsights (
userId As Integer
) As IEnumerable(Of InsightsCategory)
Parameters
- userId
- Type: SystemInt32
Return Value
Type:
IEnumerableInsightsCategorySee Also