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.
Deletes the given AuthorityPage from SharePoint Server.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DeleteAuthorityPage ( _
owner As SearchObjectOwner, _
url As String _
)
'Usage
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim url As String
instance.DeleteAuthorityPage(owner, url)
public void DeleteAuthorityPage(
SearchObjectOwner owner,
string url
)
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.
Implements
ISearchSiteAdministrationServiceApplication.DeleteAuthorityPage(SearchObjectOwner, String)
See also
Reference
SearchServiceApplication class
SearchServiceApplication members