Compartir a través de


: DemotedSiteCollection (Clase) (Microsoft.Office.Server.Search.Administration)

Represents a collection of DemotedSite objects.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class DemotedSiteCollection
    Implements IEnumerable
'Uso
Dim instance As DemotedSiteCollection
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class DemotedSiteCollection : IEnumerable

Comentarios

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, see Authoritative Pages and Demoted Sites.

Use the DemotedSites property of the Ranking class to get the collection of demoted sites for a Shared Service Provider.

Use an indexer to return a single authoritative page from the DemotedSiteCollection object. For example, assuming the collection is assigned to a variable named demotedSites, use demotedSites[index] in Microsoft Visual C# or demotedSites(index) in Microsoft Visual Basic, where index is the index number of the demoted site in the collection, or a System.Uri object representing the demoted site's URL.

To designate a site as a demoted site, use the Create method of the DemotedSiteCollection class.

To remove an demoted site, use the Delete method of the DemotedSite class.

Jerarquía de herencia

System.Object
  Microsoft.Office.Server.Search.Administration.DemotedSiteCollection

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

DemotedSiteCollection (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)