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

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

Syntax

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

Parameters

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

See Also