Gets and sets the navigation values that describe a navigation state that restrict the number of values that can be searched from.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual DimValIdList DimSearchNavDescriptors { get; set; }
Visual Basic
Public Overridable Property DimSearchNavDescriptors As DimValIdList
	Get
	Set
Visual C++
public:
virtual property DimValIdList^ DimSearchNavDescriptors {
	DimValIdList^ get ();
	void set (DimValIdList^ value);
}

Field Value

Values that describe a navigation state restriction on the searchable values.

Remarks

By specifying a navigation restriction, the dimension search is not made from the entire space of values, but instead just the values that are still available as refinements from the specified navigation state.

See Also