Click or drag to resize

AccessModifierUtilsIdLookupManagerGetManagerIdentityIds Method (IntegerList, Boolean, 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,
	bool includeChildContextOwners,
	int identityStatusId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectIds
Type: IntegerList
Only identities present in this list are evaluated. Can be null.
includeIndirectlyManagedIdentities
Type: SystemBoolean
Include identities belonging to contexts that are children and grand-children of the identity's directly owned contexts?
includeChildContextOwners
Type: SystemBoolean
Include owners (identities) of contexts that are direct children of the identity's directly owned contexts? Note that those owners (identities) may not themselves belong to the identity's owned contexts.
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