SPHtmlTransformSettings Class

Represents a collection of HTML viewer settings.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPHtmlTransformSettings

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPHtmlTransformSettings _
    Inherits SPAutoSerializingObject
'Usage
Dim instance As SPHtmlTransformSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPHtmlTransformSettings : SPAutoSerializingObject

Remarks

An HTML viewer converts documents to HTML format, providing support for users who want to view files in the browser but don't have the appropriate client application or viewer installed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPHtmlTransformSettings Members

Microsoft.SharePoint.Administration Namespace