Compartir a través de


del método SearchServiceApplicationProxy.UpdateAuthorityPageUrl

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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

Implementaciones

ISearchSiteAdministrationServiceApplication.UpdateAuthorityPageUrl(SearchObjectOwner, String, String)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration