FeaturedContentCollection.ContainsFeaturedContent Method
Checks if the featured content with the specified name is contained in 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 ContainsFeaturedContent ( _
name As String _
) As Boolean
'Usage
Dim instance As FeaturedContentCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.ContainsFeaturedContent(name)
bool ContainsFeaturedContent(
string name
)
Parameters
name
Type: System.StringThe featured content name.
Return Value
Type: System.Boolean
[true] if the collection contains the featured content with the specified name, [false] otherwise.
See Also
Reference
FeaturedContentCollection Interface
FeaturedContentCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace