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.
Adds an AuthorityPage to SharePoint Server.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub AddAuthorityPage ( _
owner As SearchObjectOwner, _
url As String, _
level As Integer _
)
'Usage
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim url As String
Dim level As Integer
instance.AddAuthorityPage(owner, url, _
level)
public void AddAuthorityPage(
SearchObjectOwner owner,
string url,
int level
)
Parameters
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe owner of the search site hierarchy.
url
Type: System.StringThe URL of the page to add as an AuthorityPage.
level
Type: System.Int32The level of the AuthorityPage.
Implements
ISearchSiteAdministrationServiceApplication.AddAuthorityPage(SearchObjectOwner, String, Int32)
See also
Reference
SearchServiceApplication class
SearchServiceApplication members