FeaturedContent Interface

Represents a visual best bet (featured content).configuration.

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 FeaturedContent _
    Inherits ManagedResult, SearchSetting, Describable, Identifiable,  _
    IComparable(Of FeaturedContent)
'Usage
Dim instance As FeaturedContent
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface FeaturedContent : ManagedResult, 
    SearchSetting, Describable, Identifiable, IComparable<FeaturedContent>

Remarks

This is a marker interface, all operations are defined in the super-interface

See Also

Reference

FeaturedContent Members

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