Поделиться через


Свойство Web.EnableMinimalDownload

Gets or sets a Boolean value that specifies whether the Web site should use Minimal Download Strategy.

Пространство имен:  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 EnableMinimalDownload As Boolean
    Get
    Set
'Применение
Dim instance As Web
Dim value As Boolean

value = instance.EnableMinimalDownload

instance.EnableMinimalDownload = value
public bool EnableMinimalDownload { get; set; }

Значение свойства

Тип: System.Boolean
true to specify that the Web site should use Minimal Download Strategy otherwise, false.

Замечания

This value cannot be set to true if UIVersion is less than 15.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client