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)
Available in Sandboxed Solutions: No

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).

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace