Click or drag to resize

AccessModifierUtilsIdLookupOrgUnitGetOrgUnitIdentityIds Method

Returns a list of ids of the identities which are in the same OrgUnit as the active users identity

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 GetOrgUnitIdentityIds(
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

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