Copies the elements of the specified SearchContentModuleInfo array to the end of the collection.

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

Syntax

C#
public void AddRange(
	SearchContentModuleInfo[] value
)
Visual Basic
Public Sub AddRange ( 
	value As SearchContentModuleInfo()
)

Parameters

value
Type: array<DotNetNuke.Services.Search..::..SearchContentModuleInfo>[]()[][]
An array of type SearchContentModuleInfo containing the objects to add to the collection.

See Also