Indexes all instances of DimensionValue 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 IndexDimensionValues(
	NavigationResult result,
	Dictionary<string, DimensionValue> index
)
Visual Basic (Declaration)
Protected Overrides Sub IndexDimensionValues ( _
	result As NavigationResult, _
	index As Dictionary(Of String, DimensionValue) _
)
Visual C++
protected:
virtual void IndexDimensionValues(
	NavigationResult^ result, 
	Dictionary<String^, DimensionValue^>^ index
) override

Parameters

result
Type: Endeca.Data..::.NavigationResult
The NavigationResult to get the DimensionValue instances from
index
Type: System.Collections.Generic..::.Dictionary<(Of <(String, DimensionValue>)>)
The Dictionary<(Of <(TKey, TValue>)>) where the TKey is a String and TValue is a DimensionValue

See Also