Click or drag to resize

SystemControllerGetTrustedSystems Method

Note: This API is now obsolete.

Returns a dictionary with a systems and the systems which they trust.

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#
[ObsoleteAttribute("Use GetTrustedSystemIds()")]
public static Dictionary<int, IntegerList> GetTrustedSystems(
	string trustsProperty,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

trustsProperty
Type: SystemString
System name of a MV reference property on the systems DOT. The property holds systems which a system trusts.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DictionaryInt32, IntegerList
Keys are system ids. Values are collections of ids of the systems which a system trusts (directly or indirectly).
See Also