Click or drag to resize

EligibilityFilterInputContextsForResourceFolder Property

Dictionary where the key is the resource folder id and the value is a list of context ids that are defined on the resource folder The list can be empty if no contexts are defined on the resource folder

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, List<int>> ContextsForResourceFolder { get; set; }

Property Value

Type: DictionaryInt32, ListInt32
See Also