StatusApprovalType enumeration

Specifies the status approval type of an update.

Syntax

CSOM

enum StatusApprovalType 

JSOM

PS.StatusApprovalType

REST Interface

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

Members

Name Value Description
None 0 No status.
Accepted 1 Update accepted.
Rejected 2 Update rejected.

See Also

StatusAssignment
StatusAssignmentHistoryLine