Partager via


SearchServiceApplication.GetAuthorityPages - Méthode

Obtient la liste des objets de AuthorityPage pour un propriétaire donné.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetAuthorityPages ( _
    owner As SearchObjectOwner _
) As List(Of AuthorityPage)
'Utilisation
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)

returnValue = instance.GetAuthorityPages(owner)
public List<AuthorityPage> GetAuthorityPages(
    SearchObjectOwner owner
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<AuthorityPage>
La liste qui contient les pages de référence.

Implémentations

ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms