Copies the elements of the specified SearchResultsInfo array to the end of the collection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public void AddRange( SearchResultsInfo[] value ) |
| Visual Basic |
|---|
Public Sub AddRange ( value As SearchResultsInfo() ) |
Parameters
- value
- Type: array<DotNetNuke.Services.Search..::..SearchResultsInfo>[]()[][]
An array of type SearchResultsInfo containing the objects to add to the collection.