DraftVisibilityType enumeration

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.

See also

Reference

Microsoft.SharePoint namespace