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 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