Sets a Boolean value as to whether this suggestion includes
terms that were auto-phrased.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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