Index all of the Record instances contained within the NavigationResult

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

Syntax

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

See Also