AuthorityPageCollection::Create method
SharePoint 2013
Creates an authoritative page.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Parameters
- url
- Type: System.Uri
A System.Uri object representing the URL of the authoritative page.
- level
- Type: System.Single
A floating-point number specifying the level value for the authoritative page. Must be 0, 1, or 2.
Return value
Type: Microsoft.Office.Server.Search.Administration.AuthorityPageAn AuthorityPage object.
Authoritative pages, designated by the search administrator, are pages that link to the most relevant information.
Because there can be several authoritative pages for a Search service application, you can specify how valuable the page is when creating the authoritative page with the level parameter. For the most valuable pages, specify 0 (zero) for the level parameter.
Show: