Web.EnableMinimalDownload property

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property EnableMinimalDownload As Boolean
    Get
    Set
'Usage
Dim instance As Web
Dim value As Boolean

value = instance.EnableMinimalDownload

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

Property value

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

Remarks

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

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace