FeaturedContentCollection Interface

Represents a collection of visual best bets (featured content).

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

Remarks

This class is a super-interface of ICollection<T> since it adds a number of convenience methods.

See Also

Reference

FeaturedContentCollection Members

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