Ranking.DemotedSites Property

Gets the collection of demoted sites specified for the search service of a Shared Services Provider.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property DemotedSites As DemotedSiteCollection
    Get
'Usage
Dim instance As Ranking
Dim value As DemotedSiteCollection

value = instance.DemotedSites
public DemotedSiteCollection DemotedSites { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.DemotedSiteCollection
A DemotedSiteCollection object representing the collection of demoted sites.

Remarks

Demoted sites contain content that is less relevant in your environment, and therefore should be ranked lower than that of all other sites. For more information about search relevance, see Enterprise Search Relevance Architecture Overview.

See Also

Reference

Ranking Class

Ranking Members

Microsoft.Office.Server.Search.Administration Namespace