| AccessModifierUtilsIdLookupManagerGetOwnedIdentityIds Method |
Returns non-primary identities which are owned by the active user
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
Syntaxpublic static IntegerList GetOwnedIdentityIds(
List<int> dataObjectIds,
bool loadManagerOwnedIdentities,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericListInt32
- loadManagerOwnedIdentities
- Type: SystemBoolean
Include identities owned via a context ownership - not including identities with an explicit owner - dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also