Share via


SPHtmlTransformSettings.MaximumCacheSize Property

Gets or sets the maximum size to allow for the HTML viewer cache in megabytes (MB).

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

Syntax

'Declaration
Public Property MaximumCacheSize As Integer
    Get
    Set
'Usage
Dim instance As SPHtmlTransformSettings
Dim value As Integer

value = instance.MaximumCacheSize

instance.MaximumCacheSize = value
public int MaximumCacheSize { get; set; }

Property Value

Type: System.Int32
A 32-bit integer containing the cache size.

Remarks

This cache counts against the size of the content database.

See Also

Reference

SPHtmlTransformSettings Class

SPHtmlTransformSettings Members

Microsoft.SharePoint.Administration Namespace