Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the type of user who can view a draft document.
Definition
<xs:simpleType name="DraftVisibilityType">
<xs:restriction base="xs:string">
<xs:enumeration value="Reader" />
<xs:enumeration value="Author" />
<xs:enumeration value="Approver" />
</xs:restriction>
</xs:simpleType>
Enumeration values
Value | Description |
---|---|
Reader |
Specifies reader, author, or approver can view the item. |
Author |
Specifies author can view the item. |
Approver |
Specifies approver can view the item. |