Initializes a new instance of the SearchItemInfoCollectionSearchItemInfoCollection class containing the specified array of SearchItemInfo objects.

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public SearchItemInfoCollection(
	ArrayList value
)
Visual Basic
Public Sub New ( 
	value As ArrayList
)

Parameters

value
Type: System.Collections..::..ArrayList
An arraylist of SearchItemInfo objects with which to initialize the collection.

See Also