Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds visual best bet (featured content) with 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 AddFeaturedContent ( _
name As String _
) As FeaturedContent
'Usage
Dim instance As FeaturedContentCollection
Dim name As String
Dim returnValue As FeaturedContent
returnValue = instance.AddFeaturedContent(name)
FeaturedContent AddFeaturedContent(
string name
)
Parameters
name
Type: System.StringThe name of the featured content.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.FeaturedContent
A FeaturedContent object representing the added visual best bet (featured content).
See Also
Reference
FeaturedContentCollection Interface
FeaturedContentCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace