FeaturedContentCollection.GetFeaturedContent Method
Retrieves the visual best bet (featured content) for the specified name.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetFeaturedContent ( _
name As String _
) As FeaturedContent
'Usage
Dim instance As FeaturedContentCollection
Dim name As String
Dim returnValue As FeaturedContent
returnValue = instance.GetFeaturedContent(name)
FeaturedContent GetFeaturedContent(
string name
)
Parameters
name
Type: System.StringThe name of the visual best bet (featured content).
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.FeaturedContent
The FeaturedContent with the specified name, or [null] of none exists.
See Also
Reference
FeaturedContentCollection Interface
FeaturedContentCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace