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.1.0 (2.1.1.0)
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
) |
See Also