SearchServiceApplication.UpdateAuthorityPageUrl - Méthode
Met à jour l'URL d'une existante AuthorityPage dans la base de données d'Administration de la recherche.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub UpdateAuthorityPageUrl ( _
owner As SearchObjectOwner, _
oldUrl As String, _
newUrl As String _
)
'Utilisation
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
)
Paramètres
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerLe propriétaire de la hiérarchie de site de recherche.
oldUrl
Type : System.StringL'URL de la page ancienne.
newUrl
Type : System.StringL'URL de la nouvelle page.
Implémentations
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms