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

Parameters

result
Type: Endeca.Data..::.DimensionState
The DimensionState 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