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

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

Syntax

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

Parameters

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

See Also