FeaturedContentCollection.RemoveFeaturedContent Method
Removes featured content with the specified name from the collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function RemoveFeaturedContent ( _
name As String _
) As Boolean
'Usage
Dim instance As FeaturedContentCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.RemoveFeaturedContent(name)
bool RemoveFeaturedContent(
string name
)
Parameters
name
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
FeaturedContentCollection Interface
FeaturedContentCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace