Compartilhar via


SearchServiceApplicationProxy.UpdateAuthorityPageUrl method

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

Syntax

'Declaração
Public Sub UpdateAuthorityPageUrl ( _
    owner As SearchObjectOwner, _
    oldUrl As String, _
    newUrl As String _
)
'Uso
Dim instance As SearchServiceApplicationProxy
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
)

Parâmetros

Implements

ISearchSiteAdministrationServiceApplication.UpdateAuthorityPageUrl(SearchObjectOwner, String, String)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace