StatusUpdateType enumeration

Gets or sets the value that specifies the type of transaction.

Syntax

CSOM

enum StatusUpdateType 

JSOM

PS.StatusUpdateType

REST Interface

StatusUpdateType enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
Update 0 Task or assignment update.
Decline 1 Update is declined.
CreateTask 2 Create task.
Delegate 3 Delegated.
CreateAssignment 4 Create assignment.
TeamDelegate 5 Create individual assignments for each person on a team.
DeleteTask 6 Delete task.
DeleteAssignment 7 Delete assignment.

See Also

StatusAssignmentHistoryLine