SearchServiceApplication.GetAuthorityPages 方法
获取指定所有者的AuthorityPage对象的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetAuthorityPages ( _
owner As SearchObjectOwner _
) As List(Of AuthorityPage)
用法
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim returnValue As List(Of AuthorityPage)
returnValue = instance.GetAuthorityPages(owner)
public List<AuthorityPage> GetAuthorityPages(
SearchObjectOwner owner
)
参数
owner
类型:Microsoft.Office.Server.Search.Administration.SearchObjectOwner搜索站点层次结构的所有者。
返回值
类型:System.Collections.Generic.List<AuthorityPage>
包含颁发机构网页的列表。
实现
ISearchSiteAdministrationServiceApplication.GetAuthorityPages(SearchObjectOwner)