Initializes a new instance of the SearchResultsInfoCollection class containing the specified array of SearchResultsInfo objects.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public SearchResultsInfoCollection( ArrayList value ) |
| Visual Basic |
|---|
Public Sub New ( value As ArrayList ) |
Parameters
- value
- Type: System.Collections..::..ArrayList
An array of SearchResultsInfo objects with which to initialize the collection.