Click or drag to resize

ProcessControllerReassignActivity Method (Int32, IEnumerableInt32, SqlConnection, SqlTransaction)

Reassigns an activity to one or more users or groups.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void ReassignActivity(
	int activityId,
	IEnumerable<int> assigneeIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

activityId
Type: SystemInt32
Specifies the id of the activity to be reassigned. The activity can be either a template or an instance.
assigneeIds
Type: System.Collections.GenericIEnumerableInt32
Specifies the ids of the users and/or groups that the activity must be reassigned to. Must not contain ids of personal user groups - this will cause an exception.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also