Click or drag to resize

IdentityControllerGetManagerIds Method (Int32, SqlConnection, SqlTransaction)

Returns the "managers" of an identity. The managers are the owners of the identity's primary context (or the owner of an ancestor context if the primary context itself has no owners). If one or more supervisors are stated (according to the identity's primary context type) on the identity then these are returned as priority one.

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 static IntegerList GetManagerIds(
	int identityId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityId
Type: SystemInt32
Id of the identity.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
Returns a collection of user and/or (non-personal) group ids. Can return an empty collection if no manager(s) are found.
See Also