SPWeb.EnableMinimalDownload property

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

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

Syntax

'Declaration
Public Property EnableMinimalDownload As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
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

SPWeb class

SPWeb members

Microsoft.SharePoint namespace