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)
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.