Click or drag to resize

SystemControllerGetTrustedSystemIds Method

Get trusted system ids for a system (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
Syntax
C#
public List<int> GetTrustedSystemIds(
	int systemId
)

Parameters

systemId
Type: SystemInt32

Return Value

Type: ListInt32
List of trusted system ids
See Also