DraftVisibilityType enumeration

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
ReaderEnumeration whose values specify that the minimum permission is reader. The value = 0.
AuthorEnumeration whose values specify that the minimum permission is author. The value = 1.
ApproverEnumeration whose values specify that the minimum permission is approver. The value = 2.
Show: