PromotedItem Interface
Represents a promoted item. A promoted item is a general way of promoting or demoting result set items. Specific ways to promote or demote result set items like using promoted document, promoted expression, or promoted location are different variants of promoted items
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface PromotedItem _
Inherits Identifiable, IComparable(Of PromotedItem)
'Usage
Dim instance As PromotedItem
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface PromotedItem : Identifiable,
IComparable<PromotedItem>
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace