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)

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