| ProcessControllerGetProcessWorkItemIds Method |
Returnerer alle ikke slette-markerede workitemids for en user i en given proces, som der ikke er udført nogen action på.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetProcessWorkItemIds(
int processId,
int userId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- processId
- Type: SystemInt32
- userId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also