Query.GetQuerySuggestionsWithResults Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults> GetQuerySuggestionsWithResults (int iNumberOfQuerySuggestions, int iNumberOfResultSuggestions, bool fPreQuerySuggestions, bool fHitHighlighting, bool fCapitalizeFirstLetters, bool fPrefixMatchAllTerms);
member this.GetQuerySuggestionsWithResults : int * int * bool * bool * bool * bool -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults>
Public Function GetQuerySuggestionsWithResults (iNumberOfQuerySuggestions As Integer, iNumberOfResultSuggestions As Integer, fPreQuerySuggestions As Boolean, fHitHighlighting As Boolean, fCapitalizeFirstLetters As Boolean, fPrefixMatchAllTerms As Boolean) As ClientResult(Of QuerySuggestionResults)
Parameters
- iNumberOfQuerySuggestions
- Int32
- iNumberOfResultSuggestions
- Int32
- fPreQuerySuggestions
- Boolean
- fHitHighlighting
- Boolean
- fCapitalizeFirstLetters
- Boolean
- fPrefixMatchAllTerms
- Boolean
Returns
- Attributes