SPHtmlTransformSettings.ServerLocation Property

Gets or sets the path that specifies where the HTML viewer application is installed.

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

Syntax

'Declaration
Public Property ServerLocation As String
    Get
    Set
'Usage
Dim instance As SPHtmlTransformSettings
Dim value As String

value = instance.ServerLocation

instance.ServerLocation = value
public string ServerLocation { get; set; }

Property Value

Type: System.String
A string containing the path.

Remarks

The server where the HTML viewer is installed can be a remote server or the server that is running SharePoint Foundation.

See Also

Reference

SPHtmlTransformSettings Class

SPHtmlTransformSettings Members

Microsoft.SharePoint.Administration Namespace