TopicPagesContentSource.ConstructTopicPagesStartAddress method
This class takes a start address like http://www.somehost.com and stores it as topicpages://www.somehost.com/?queryparam=http
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function ConstructTopicPagesStartAddress ( _
startAddress As String _
) As String
'Usage
Dim startAddress As String
Dim returnValue As String
returnValue = TopicPagesContentSource.ConstructTopicPagesStartAddress(startAddress)
public static string ConstructTopicPagesStartAddress(
string startAddress
)
Parameters
- startAddress
Type: System.String
Return value
Type: System.String