Gets the text search group keys applicable for this navigation.

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

Syntax

C#
public virtual ERecCompoundSearchKeyList ERecCompoundSearchKeys { get; }
Visual Basic
Public Overridable ReadOnly Property ERecCompoundSearchKeys As ERecCompoundSearchKeyList
	Get
Visual C++
public:
virtual property ERecCompoundSearchKeyList^ ERecCompoundSearchKeys {
	ERecCompoundSearchKeyList^ get ();
}

Field Value

Text search group keys of this navigation. Even if there are no rollup group keys, a valid ERecCompoundSearchKeyList will be returned.

Remarks

Method will always return a ERecCompoundSearchKeyList, but the list may be empty if no text search group keys are present.

See Also