Add an element of the specified SearchCriteria to the collection at the designated index.

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

Syntax

C#
public void Insert(
	int index,
	SearchCriteria value
)
Visual Basic
Public Sub Insert ( 
	index As Integer,
	value As SearchCriteria
)

Parameters

index
Type: System..::..Int32
An Integer to indicate the location to add the object to the collection.
value
Type: DotNetNuke.Services.Search..::..SearchCriteria
An object of type SearchCriteria to add to the collection.

See Also