SearchServiceApplication.GetAuthorityPages method

Gets the list of AuthorityPage objects for a given owner.

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

Syntax

'Declaration
Public Function GetAuthorityPages ( _
    owner As SearchObjectOwner _
) As List(Of AuthorityPage)
'Usage
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)

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

Parameters

Return value

Type: System.Collections.Generic.List<AuthorityPage>
The list containing the authority pages.

Implements

ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace