Click or drag to resize

ProcessControllerAssigneeLogicGetActivityAssigneeIds Method

Returns a collection of user and group ids that are assigned to the activity.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetActivityAssigneeIds(
	int activityId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

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

Return Value

Type: IntegerList
See Also