SearchServiceApplication.UpdateAuthorityPageUrl method

Updates the URL of an existing AuthorityPage in the Search Administration database.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub UpdateAuthorityPageUrl ( _
    owner As SearchObjectOwner, _
    oldUrl As String, _
    newUrl As String _
)
'Usage
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim oldUrl As String
Dim newUrl As String

instance.UpdateAuthorityPageUrl(owner, _
    oldUrl, newUrl)
public void UpdateAuthorityPageUrl(
    SearchObjectOwner owner,
    string oldUrl,
    string newUrl
)

Parameters

Implements

ISearchSiteAdministrationServiceApplication.UpdateAuthorityPageUrl(SearchObjectOwner, String, String)

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace