Supplements the results obtained from CommandInfo objects with additional results. If the results are not found associated with registered CommandInfos the resolver will look in this additional index.

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

Syntax

C#
public void InjectResults(
	IEnumerable<AggregateRecord> aggregateRecords
)
Visual Basic (Declaration)
Public Sub InjectResults ( _
	aggregateRecords As IEnumerable(Of AggregateRecord) _
)
Visual C++
public:
void InjectResults(
	IEnumerable<AggregateRecord^>^ aggregateRecords
)

Parameters

aggregateRecords
Type: System.Collections.Generic..::.IEnumerable<(Of <(AggregateRecord>)>)
Additional AggregateRecords to index.

See Also