SPWebService.ImagingDownloadSizeLimit property
取得或設定允許合併的大小上限,以位元組為單位,在單一要求製作映像 Web 服務所下載的所有檔案。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ImagingDownloadSizeLimit As Integer
Get
Set
'用途
Dim instance As SPWebService
Dim value As Integer
value = instance.ImagingDownloadSizeLimit
instance.ImagingDownloadSizeLimit = value
public int ImagingDownloadSizeLimit { get; set; }
Property value
Type: System.Int32
允許的大小上限,以位元組為單位。
備註
預設值為 55 * 1024 * 1024 或 55 (mb)。