Indexes the Record instances.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public void IndexRecords(
	IEnumerable<Record> records
)
Visual Basic (Declaration)
Public Sub IndexRecords ( _
	records As IEnumerable(Of Record) _
)
Visual C++
public:
void IndexRecords(
	IEnumerable<Record^>^ records
)

Parameters

records
Type: System.Collections.Generic..::.IEnumerable<(Of <(Record>)>)
The Record instances to add to the index

See Also