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