SPWebService.ImagingDownloadSizeLimit property
Gets or sets the maximum allowable combined size, in bytes, of all files downloaded by an imaging Web service in a single request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImagingDownloadSizeLimit As Integer
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Integer
value = instance.ImagingDownloadSizeLimit
instance.ImagingDownloadSizeLimit = value
public int ImagingDownloadSizeLimit { get; set; }
Property value
Type: System.Int32
The maximum allowable size, in bytes.
Remarks
The default value is 55 * 1024 * 1024, or 55 megabytes (MB).