Click or drag to resize

AccessModifierUtilsIdLookupManagerGetManagerIdentityIds Method (IntegerList, Boolean, Int32, SqlConnection, SqlTransaction)

Returns the ids of the identities, that the active user has access to, by being a manager (context owner) or a supervisor 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 GetManagerIdentityIds(
	IntegerList dataObjectIds,
	bool includeIndirectlyManagedIdentities,
	int identityStatusId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

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

Return Value

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