Sets whether the did you mean record search functionality is on in the query. NavERecSearchDidYouMean

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

Syntax

C#
public virtual void SetNty(
	string dym
)
Visual Basic
Public Overridable Sub SetNty ( _
	dym As String _
)
Visual C++
public:
virtual void SetNty(
	String^ dym
)

Parameters

dym
Type: System..::..String
0 for off. 1 for on.

See Also