List.DraftVersionVisibility property
Gets or sets a value that specifies the minimum permission required to view minor versions and drafts within the list.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DraftVersionVisibility As DraftVisibilityType
Get
Set
'Usage
Dim instance As List
Dim value As DraftVisibilityType
value = instance.DraftVersionVisibility
instance.DraftVersionVisibility = value
public DraftVisibilityType DraftVersionVisibility { get; set; }
Property value
Type: Microsoft.SharePoint.Client.DraftVisibilityType
Returns a DraftVisibilityType instance representing the minimum permission required to view minor versions and drafts within the list.