Compartir a través de


del método TopicPagesContentSource.ConstructTopicPagesStartAddress

Esta clase toma una dirección de inicio como http://www.somehost.com y lo almacena como topicpages://www.somehost.com/?queryparam=http

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Shared Function ConstructTopicPagesStartAddress ( _
    startAddress As String _
) As String
'Uso
Dim startAddress As String
Dim returnValue As String

returnValue = TopicPagesContentSource.ConstructTopicPagesStartAddress(startAddress)
public static string ConstructTopicPagesStartAddress(
    string startAddress
)

Parámetros

Valor devuelto

Tipo: System.String

Vea también

Referencia

clase TopicPagesContentSource

Miembros TopicPagesContentSource

Espacio de nombres Microsoft.Office.Server.Search.Administration