Click or drag to resize

AccessModifierUtilsIdLookupManagerGetManagerSecondaryIdentityIds Method

Returns the ids of the secondary identities, that the active user has access to, by being a manager of them.

Namespace:  Omada.OE.Solution.OIM.AppLogic.AccessModifiers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetManagerSecondaryIdentityIds(
	IntegerList dataObjectIds,
	IntegerList managedIdentitityIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectIds
Type: IntegerList
Only identities present in this list are evaluated. Can be null.
managedIdentitityIds
Type: IntegerList
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
Returns a list of identity ids.
See Also