SPMobileUtility.MaximumImageSize Property

Gets the maximum size, in Kbytes, of any image that can appear on a mobile page.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared ReadOnly Property MaximumImageSize As Integer
    Get
'Usage
Dim value As Integer

value = SPMobileUtility.MaximumImageSize
public static int MaximumImageSize { get; }

Property Value

Type: System.Int32
The maximum size in Kbytes.

Remarks

This property is a wrapper around the mobile_maximumimagesize_kilobyte value in the mobile web.config file.

See Also

Reference

SPMobileUtility Class

SPMobileUtility Members

Microsoft.SharePoint.Utilities Namespace