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<Record> records
)
Visual Basic (Declaration)
Public Sub InjectResults ( _
	records As IEnumerable(Of Record) _
)
Visual C++
public:
void InjectResults(
	IEnumerable<Record^>^ records
)

Parameters

records
Type: System.Collections.Generic..::.IEnumerable<(Of <(Record>)>)
Additional Records to index.

See Also