| MiscControllerUnfoldIdentityIds Method |
This method translates user ids, identity ids and user group ids into identity ids
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList UnfoldIdentityIds(
IntegerList dataobjectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataobjectIds
- Type: IntegerList
user ids,identity ids or user group ids - dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also