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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property DraftVersionVisibility As DraftVisibilityType
Get
Set
'Usage
Dim instance As List
Dim value As DraftVisibilityType
value = instance.DraftVersionVisibility
instance.DraftVersionVisibility = value
[RemoteAttribute]
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.