SearchServiceApplicationProxy.GetAuthorityPages method

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 SearchServiceApplicationProxy
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>

Implements

ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace