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

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

Syntax

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

Parameters

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

See Also