Click or drag to resize

KPIControllerGetKpiCategories Method

Get all KPI categories

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<KpiCategory> GetKpiCategories()

Return Value

Type: ListKpiCategory
returns all KPI categories sorted by their KPIs priorities, then by names
See Also