ApprovalStatus Type

Contains information on whether a user has approved a document edit and when.

Type Template

<...>
    <approved>xs:boolean</approved>
    <approvedDate>xs:dateTime</approvedDate>
    <userID>xs:long</userID>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
approved
Setting
Set to true if the user has approved the document.
Getting
Returns true if the user has approved the document.
approvedDate
Setting
Sets the date the user approved the document.
Getting
Returns the date the user approved the document.
userID
Setting
Sets the id of the approval User.
Getting
Returns the id of the approval user.