Свойство List.DraftVersionVisibility
Gets or sets a value that specifies the minimum permission required to view minor versions and drafts within the list.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property DraftVersionVisibility As DraftVisibilityType
Get
Set
'Применение
Dim instance As List
Dim value As DraftVisibilityType
value = instance.DraftVersionVisibility
instance.DraftVersionVisibility = value
public DraftVisibilityType DraftVersionVisibility { get; set; }
Значение свойства
Тип: Microsoft.SharePoint.Client.DraftVisibilityType
Returns a DraftVisibilityType instance representing the minimum permission required to view minor versions and drafts within the list.