Initializes a new instance of the SearchItemInfoCollection class containing the specified array of SearchItemInfo objects.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public SearchItemInfoCollection( SearchItemInfo[] value ) |
Visual Basic |
---|
Public Sub New ( value As SearchItemInfo() ) |
Parameters
- value
- Type: array<DotNetNuke.Services.Search..::..SearchItemInfo>[]()[][]
An array of SearchItemInfo objects with which to initialize the collection.