Indexes the AggregateRecord instance.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected override void IndexAggregateRecords(
	AggregateRecord result,
	Dictionary<string, AggregateRecord> index
)
Visual Basic (Declaration)
Protected Overrides Sub IndexAggregateRecords ( _
	result As AggregateRecord, _
	index As Dictionary(Of String, AggregateRecord) _
)
Visual C++
protected:
virtual void IndexAggregateRecords(
	AggregateRecord^ result, 
	Dictionary<String^, AggregateRecord^>^ index
) override

See Also