Click or drag to resize

ProcessControllerReassignActivity Method (Int32, Int32, SqlConnection, SqlTransaction)

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,
	int assigneeId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

activityId
Type: SystemInt32
assigneeId
Type: SystemInt32
Can be either a user or a (non-personal) user group id.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also