List.DraftVersionVisibility - Propriété
Gets or sets a value that specifies the minimum permission required to view minor versions and drafts within the list.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property DraftVersionVisibility As DraftVisibilityType
Get
Set
'Utilisation
Dim instance As List
Dim value As DraftVisibilityType
value = instance.DraftVersionVisibility
instance.DraftVersionVisibility = value
public DraftVisibilityType DraftVersionVisibility { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.DraftVisibilityType
Returns a DraftVisibilityType instance representing the minimum permission required to view minor versions and drafts within the list.