Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe owner of the search site hierarchy.
Return value
Type: System.Collections.Generic.List<AuthorityPage>
The list containing the authority pages.
Implements
ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)
See also
Reference
SearchServiceApplication class