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
- startAddress
Tipo: System.String
Valor devuelto
Tipo: System.String
Vea también
Referencia
Miembros TopicPagesContentSource
Espacio de nombres Microsoft.Office.Server.Search.Administration