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

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

Syntax

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

Parameters

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

See Also