| SystemControllerGetSystemsAndTrusts Method |
Get a dictionary with all systems and the systems they trust (including nested trusts)
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, List<int>> GetSystemsAndTrusts()
Return Value
Type:
DictionaryInt32,
ListInt32
Keys are system ids
Values are ids of systems which the system trusts
See Also