Gets the index in the collection of the specified SearchResultsInfoCollection, if it exists in the collection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public int IndexOf( SearchResultsInfo value ) |
| Visual Basic |
|---|
Public Function IndexOf ( value As SearchResultsInfo ) As Integer |
Parameters
- value
- Type: DotNetNuke.Services.Search..::..SearchResultsInfo
The SearchResultsInfoCollection to locate in the collection.