SPWeb.EnableMinimalDownload property
取得或設定布林值,指定的網站是否應該使用最少的下載策略
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EnableMinimalDownload As Boolean
Get
Set
'用途
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 以指定的網站應該使用最少下載的策略,否則 false。
備註
無法將此值設定 UIVersion 是否小於 15,則為 true。