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.
Specifies the kind of user who can view the minor version of a document draft.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration DraftVisibilityType
'Usage
Dim instance As DraftVisibilityType
public enum DraftVisibilityType
Members
Member name | Description | |
---|---|---|
Reader | A reader can view the minor version of a document draft. Value = 0. | |
Author | An author can view the minor version of a document draft. Value = 1. | |
Approver | An approver can view the minor version of a document draft. Value = 2. |