| ProcessControllerAssigneeLogicGetAssigneesFromIds Method |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static AssigneeContainer GetAssigneesFromIds(
IEnumerable<int> assigneeIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- assigneeIds
- Type: System.Collections.GenericIEnumerableInt32
Can be either user or group ids.
Method throws an exception if assigneeIds contains ids that are neither user ids nor (non personal) user group ids.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
AssigneeContainer
See Also