SP.DraftVisibilityType enumeration

Specifies the minimum permission required to view minor versions and drafts.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.DraftVisibilityType = {approver : "Undefined",author : "Undefined",reader : "Undefined",registerEnum : "Undefined"}

Members

The DraftVisibilityType object enumeration has the following members.

Member

Value

Description

approver

2

Enumeration whose values specify that the minimum permission is approver.

author

1

Enumeration whose values specify that the minimum permission is author.

reader

0

Enumeration whose values specify that the minimum permission is reader.

registerEnum

Undefined