PromotedDocument Interface

Represents a specific way of promoting or demoting result set items. Defined by specifying the document ID of the indexed item to be promoted or demoted.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface PromotedDocument _
    Inherits PromotedItem, Identifiable, IComparable(Of PromotedItem)
'Usage
Dim instance As PromotedDocument
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface PromotedDocument : PromotedItem, 
    Identifiable, IComparable<PromotedItem>

Remarks

The document ID used is what is referred to as content id of the indexed item.

See Also

Reference

PromotedDocument Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace

PromotedItem

PromotedItemCollection

Promotion

PromotionCollection