Click or drag to resize

SettingControllerGetDashboardFiltersFromCacheIfPresent Method

Retrieves a list of dashboard filter sets from the cache if they are present.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<FilterDashboardItem> GetDashboardFiltersFromCacheIfPresent(
	string dashboardId,
	UserSettingsLoadOptions loadOptions = null
)

Parameters

dashboardId
Type: SystemString
The dashboardId for which the filters are to be retrieved.
loadOptions (Optional)
Type: Omada.OE.ModelUserSettingsLoadOptions
The load options for user settings. If null, a new instance of UserSettingsLoadOptions will be created.

Return Value

Type: ListFilterDashboardItem
See Also