FeaturedContentCollection Members

Include Protected Members
Include Inherited Members

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

The FeaturedContentCollection type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection<FeaturedContent>.)
Public property IsReadOnly (Inherited from ICollection<FeaturedContent>.)
Public property Item Gets the featured content with the given name.

Top

Methods

  Name Description
Public method Add (Inherited from ICollection<FeaturedContent>.)
Public method AddFeaturedContent(String) Adds visual best bet (featured content) with the specified name.
Public method AddFeaturedContent(String, Context) Adds visual best bet (featured content) with the specified name and attach it to the specified context.
Public method AddFeaturedContent(String, Uri) Adds visual best bet (featured content) with the specified name and Uri.
Public method AddFeaturedContent(String, Uri, Context) Adds featured content with the specified name and Uri and attach it to the specified context.
Public method AddFeaturedContent(String, String, String, Uri) Adds featured content with the specified name, teaser, teaser content type and Uri.
Public method AddFeaturedContent(String, String, String, String, Uri, Nullable<Int16>, Nullable<DateTime>, Nullable<DateTime>, Context) Adds featured content with the specified featured content name, description, teaser, teaser content type, Uri, position and date range and attach it to the specified context.
Public method Clear (Inherited from ICollection<FeaturedContent>.)
Public method Contains (Inherited from ICollection<FeaturedContent>.)
Public method ContainsFeaturedContent Checks if the featured content with the specified name is contained in the collection.
Public method CopyTo (Inherited from ICollection<FeaturedContent>.)
Public method GetEnumerator() (Inherited from IEnumerable<FeaturedContent>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(FeaturedContentSortField, SortDirection) Retrieves an enumerator for all the featured content in the collection, sorting on the specified field in the specified direction.
Public method GetEnumerator(FeaturedContentSortField, SortDirection, Int32, Int32) Retrieves an enumerator for a subset of the the featured content in the collection, sorting on the specified field in the specified direction.
Public method GetFeaturedContent Retrieves the visual best bet (featured content) for the specified name.
Public method Remove (Inherited from ICollection<FeaturedContent>.)
Public method RemoveFeaturedContent Removes featured content with the specified name from the collection.

Top

See Also

Reference

FeaturedContentCollection Interface

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