SearchServiceApplicationProxy.UpdateAuthorityPageUrl - Méthode
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 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
)
Paramètres
- oldUrl
Type : System.String
- newUrl
Type : System.String
Implémentations
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms