Gets and sets whether the EQL filter is part of the base nav state. Defaults to false.

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

Syntax

C#
public bool EQLFilterInBase { get; set; }
Visual Basic
Public Property EQLFilterInBase As Boolean
	Get
	Set
Visual C++
public:
property bool EQLFilterInBase {
	bool get ();
	void set (bool value);
}

See Also