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

Parameters

dimensionValues
Type: System.Collections.Generic..::.IEnumerable<(Of <(DimensionValue>)>)
Additional DimensionValues to index.

See Also