Keyword.RemoveFeaturedContent Method

Removes featured content from the keyword.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function RemoveFeaturedContent ( _
    featuredContentName As String _
) As Boolean
'Usage
Dim instance As Keyword
Dim featuredContentName As String
Dim returnValue As Boolean

returnValue = instance.RemoveFeaturedContent(featuredContentName)
bool RemoveFeaturedContent(
    string featuredContentName
)

Parameters

  • featuredContentName
    Type: System.String

    The name of the featured content to remove.

Return Value

Type: System.Boolean
[true] if the featured content could be removed, [false] otherwise.

See Also

Reference

Keyword Interface

Keyword Members

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