PromotedExpression Interface
Represents a specific way of promoting or demoting result set items. Defined by specifying a query expression. The result set items that match the query expression may 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 PromotedExpression _
Inherits PromotedItem, Identifiable, IComparable(Of PromotedItem)
'Usage
Dim instance As PromotedExpression
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface PromotedExpression : PromotedItem,
Identifiable, IComparable<PromotedItem>
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace