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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property DraftVersionVisibility As DraftVisibilityType
Get
Set
'Usage
Dim instance As SPList
Dim value As DraftVisibilityType
value = instance.DraftVersionVisibility
instance.DraftVersionVisibility = value
[ClientCallableAttribute]
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.