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