DraftVisibilityType enumeration
SharePoint Online
Specifies the minimum permission required to view minor versions and drafts.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| Reader | Enumeration whose values specify that the minimum permission is reader. The value = 0. | |
| Author | Enumeration whose values specify that the minimum permission is author. The value = 1. | |
| Approver | Enumeration whose values specify that the minimum permission is approver. The value = 2. |
Show: