Removes the DimensionValue specified in the context path from the set of selected DimensionValues in the NavigationCommand and adds its parent DimensionValue

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public void SelectParentDimensionValue(
	string contextPath
)
Visual Basic (Declaration)
Public Sub SelectParentDimensionValue ( _
	contextPath As String _
)
Visual C++
public:
void SelectParentDimensionValue(
	String^ contextPath
)

Parameters

contextPath
Type: System..::.String
The context path which identifies the DimensionValue whose parent should be selected

Remarks

Note that this method will correctly handle inert dimension value parents in addition to navigable dimension value parents.

See Also