SP.DraftVisibilityType enumeration
Specifies the minimum permission required to view minor versions and drafts.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.DraftVisibilityType = {approver : "Undefined",author : "Undefined",reader : "Undefined",registerEnum : "Undefined"}
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 |
|