SPList.DraftVersionVisibility property

Gets or sets a value that determines the type of user who can view minor versions of document drafts within the list.

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

Syntax

'Declaration
Public Property DraftVersionVisibility As DraftVisibilityType
    Get
    Set
'Usage
Dim instance As SPList
Dim value As DraftVisibilityType

value = instance.DraftVersionVisibility

instance.DraftVersionVisibility = value
public DraftVisibilityType DraftVersionVisibility { get; set; }

Property value

Type: Microsoft.SharePoint.DraftVisibilityType
A DraftVisibilityType value that specifies the type of user who can view minor versions.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace