Adds the contents of another SearchCriteriaCollection to the end of the collection.

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

Syntax

C#
public void AddRange(
	SearchCriteriaCollection value
)
Visual Basic
Public Sub AddRange ( 
	value As SearchCriteriaCollection
)

Parameters

value
Type: DotNetNuke.Services.Search..::..SearchCriteriaCollection
A SearchCriteriaCollection containing the objects to add to the collection.

See Also