Click or drag to resize

EligibilityFilterInputResourceFolderForResource 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

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, int> ResourceFolderForResource { get; set; }

Property Value

Type: DictionaryInt32, Int32
See Also