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( SearchResultsInfo[] value ) |
Visual Basic |
---|
Public Sub New ( value As SearchResultsInfo() ) |
Parameters
- value
- Type: array<DotNetNuke.Services.Search..::..SearchResultsInfo>[]()[][]
An array of SearchResultsInfo objects with which to initialize the collection.