SearchServiceApplicationProxy.AddAuthorityPage - Méthode
Ajoute un AuthorityPage vers SharePoint Server.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub AddAuthorityPage ( _
owner As SearchObjectOwner, _
url As String, _
level As Integer _
)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim url As String
Dim level As Integer
instance.AddAuthorityPage(owner, url, _
level)
public void AddAuthorityPage(
SearchObjectOwner owner,
string url,
int level
)
Paramètres
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerLe propriétaire de la hiérarchie de site de recherche.
url
Type : System.StringL'URL de la page à ajouter comme un AuthorityPage.
level
Type : System.Int32Le niveau de la AuthorityPage.
Implémentations
ISearchSiteAdministrationServiceApplication.AddAuthorityPage(SearchObjectOwner, String, Int32)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms