Share via


SPHtmlTransformSettings.Enabled property

Gets or sets a value indicating whether the HTML viewing feature is turned on.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As SPHtmlTransformSettings
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }

Property value

Type: System.Boolean
true if the HTML viewing feature is turned on; otherwise, false. The default value is false.

See also

Reference

SPHtmlTransformSettings class

SPHtmlTransformSettings members

Microsoft.SharePoint.Administration namespace