Метод TopicPagesContentSource.ConstructTopicPagesStartAddress
Этот класс принимает начальный адрес как http://www.somehost.com и сохраняет его как topicpages://www.somehost.com/?queryparam=http
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Shared Function ConstructTopicPagesStartAddress ( _
startAddress As String _
) As String
'Применение
Dim startAddress As String
Dim returnValue As String
returnValue = TopicPagesContentSource.ConstructTopicPagesStartAddress(startAddress)
public static string ConstructTopicPagesStartAddress(
string startAddress
)
Параметры
- startAddress
Тип: System.String
Возвращаемое значение
Тип: System.String
См. также
Справочные материалы
Элементы TopicPagesContentSource
Пространство имен Microsoft.Office.Server.Search.Administration