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 ERecSearch NavRelRankERecSearch { get; set; }
Visual Basic
Public Overridable Property NavRelRankERecSearch As ERecSearch
	Get
	Set
Visual C++
public:
virtual property ERecSearch^ NavRelRankERecSearch {
	ERecSearch^ get ();
	void set (ERecSearch^ value);
}

Field Value

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

Remarks

Deprecated: This method may not be available in future versions of the Presentation API. Use NavRelRankERecRank() instead.

See Also