Gets whether nav selections from the dimension specified is part of the base nav state

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public bool getDimensionInBase(
	long dimensionId
)
Visual Basic
Public Function getDimensionInBase ( _
	dimensionId As Long _
) As Boolean
Visual C++
public:
bool getDimensionInBase(
	long long dimensionId
)

Parameters

dimensionId
Type: System..::..Int64
The ID of the dimension specified

Return Value

true if nav selections from this dimension are part of the base nav state. false otherwise.

See Also