TaskList.UpdateTask Method

Update a task item - this does not send emails or logs
Public Shared Sub UpdateTask( _ 
ByVal item As TaskItem, _ 
ByVal updated_by_id As EntityID, _ 
ByVal update_order As Boolean, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void UpdateTask( 
TaskItem item
EntityID updated_by_id
bool update_order
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void UpdateTask( 
TaskItem^ item
EntityID^ updated_by_id
bool update_order
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function UpdateTask( 
item : TaskItem
updated_by_id : EntityID
update_order : boolean
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

item
TaskItem

the details about the task item

updated_by_id
EntityID

the id of the user doing the updating

update_order
bool

db
IDatabase

the db to use

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition