Sets a Boolean value as to whether this suggestion includes terms that were auto-phrased.

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

Syntax

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

Parameters

_includedAutophrase
Type: System..::..Boolean
true if the terms were auto-phrased, or false otherwise.

See Also