Compartilhar via


SearchServiceApplication.GetAuthorityPages method

Obtém a lista de objetos de AuthorityPage para um determinado proprietário.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetAuthorityPages ( _
    owner As SearchObjectOwner _
) As List(Of AuthorityPage)
'Uso
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)

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

Parâmetros

Valor retornado

Type: System.Collections.Generic.List<AuthorityPage>
A lista que contém as páginas de autoridade.

Implements

ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace