Gets a value indicating whether the collection contains the specified SearchItemInfoCollection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool Contains( SearchItemInfo value ) |
Visual Basic |
---|
Public Function Contains ( value As SearchItemInfo ) As Boolean |
Parameters
- value
- Type: DotNetNuke.Services.Search..::..SearchItemInfo
The SearchItemInfoCollection to search for in the collection.