Click or drag to resize

ViewControllerGetFilterTypeIdsPerView Method

Returns filter type ids for a list of views. View ids to return filter types for

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, IntegerList> GetFilterTypeIdsPerView(
	IList<int> viewIds
)

Parameters

viewIds
Type: System.Collections.GenericIListInt32

Return Value

Type: DictionaryInt32, IntegerList
See Also