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 | |
---|---|---|
Count | (Inherited from ICollection<FeaturedContent>.) | |
IsReadOnly | (Inherited from ICollection<FeaturedContent>.) | |
Item | Gets the featured content with the given name. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<FeaturedContent>.) | |
AddFeaturedContent(String) | Adds visual best bet (featured content) with the specified name. | |
AddFeaturedContent(String, Context) | Adds visual best bet (featured content) with the specified name and attach it to the specified context. | |
AddFeaturedContent(String, Uri) | Adds visual best bet (featured content) with the specified name and Uri. | |
AddFeaturedContent(String, Uri, Context) | Adds featured content with the specified name and Uri and attach it to the specified context. | |
AddFeaturedContent(String, String, String, Uri) | Adds featured content with the specified name, teaser, teaser content type and Uri. | |
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. | |
Clear | (Inherited from ICollection<FeaturedContent>.) | |
Contains | (Inherited from ICollection<FeaturedContent>.) | |
ContainsFeaturedContent | Checks if the featured content with the specified name is contained in the collection. | |
CopyTo | (Inherited from ICollection<FeaturedContent>.) | |
GetEnumerator() | (Inherited from IEnumerable<FeaturedContent>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(FeaturedContentSortField, SortDirection) | Retrieves an enumerator for all the featured content in the collection, sorting on the specified field in the specified direction. | |
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. | |
GetFeaturedContent | Retrieves the visual best bet (featured content) for the specified name. | |
Remove | (Inherited from ICollection<FeaturedContent>.) | |
RemoveFeaturedContent | Removes featured content with the specified name from the collection. |
Top
See Also
Reference
FeaturedContentCollection Interface
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace