Adds the contents of another SearchResultsInfoCollection to the end of the collection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public void AddRange( SearchResultsInfoCollection value ) |
| Visual Basic |
|---|
Public Sub AddRange ( value As SearchResultsInfoCollection ) |
Parameters
- value
- Type: DotNetNuke.Services.Search..::..SearchResultsInfoCollection
A SearchResultsInfoCollection containing the objects to add to the collection.