de la propiedad SPHtmlTransformSettings.ServerLocation
Obtiene o establece la ruta de acceso que especifica donde está instalada la aplicación de Visor HTML.
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property ServerLocation As String
Get
Set
'Uso
Dim instance As SPHtmlTransformSettings
Dim value As String
value = instance.ServerLocation
instance.ServerLocation = value
public string ServerLocation { get; set; }
Valor de propiedad
Tipo: System.String
string que contiene la ruta de acceso.
Comentarios
El servidor donde está instalado el Visor de HTML puede ser un servidor remoto o el servidor que ejecuta SharePoint Foundation.