SPList Properties


SPList.DraftVersionVisibility Property (Microsoft.SharePoint)
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

Visual Basic (Declaration)
Public Property DraftVersionVisibility As DraftVisibilityType
Visual Basic (Usage)
Dim instance As SPList
Dim value As DraftVisibilityType

value = instance.DraftVersionVisibility

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

Property Value

A DraftVisibilityType value that specifies the type of user who can view minor versions.
See Also

Tags :


Page view tracker