Sets a Boolean value as to whether this suggestion includes terms that were spell-corrected.

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

Syntax

C#
public void SetDidSuggestionIncludeSpellingCorrection(
	bool _includedSpelling
)
Visual Basic
Public Sub SetDidSuggestionIncludeSpellingCorrection ( _
	_includedSpelling As Boolean _
)
Visual C++
public:
void SetDidSuggestionIncludeSpellingCorrection(
	bool _includedSpelling
)

Parameters

_includedSpelling
Type: System..::..Boolean
true if the terms were spell-corrected, or false otherwise.

See Also