Gets and sets the navigation relevance ranking record search to perform on the records of the navigation query.

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

Syntax

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

Field Value

Navigation relevance rank record search applied to records of the navigation. null if none have been previously specified.

Remarks