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
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe owner of the search site hierarchy.
oldUrl
Type: System.StringThe URL of the old page.
newUrl
Type: System.StringThe URL of the new page.
Implements
See also
Reference
SearchServiceApplication class