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

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