Initializes a new instance of the SearchContentModuleInfoCollection class containing the specified array of SearchContentModuleInfo objects.

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

Syntax

C#
public SearchContentModuleInfoCollection(
	SearchContentModuleInfo[] value
)
Visual Basic
Public Sub New ( 
	value As SearchContentModuleInfo()
)

Parameters

value
Type: array<DotNetNuke.Services.Search..::..SearchContentModuleInfo>[]()[][]
An array of SearchContentModuleInfo objects with which to initialize the collection.

See Also