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.
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.StringThe 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
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace