SearchInvokeTypes Class
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.
Defines values for SearchInvokeTypes. See SearchInvokeValue.
public static class SearchInvokeTypes
type SearchInvokeTypes = class
Public Class SearchInvokeTypes
- Inheritance
-
SearchInvokeTypes
Fields
Search |
The type for Search. Implies a standard, paginated search operation that expects one or more templated results to be returned. |
SearchAnswer |
The type for bot SearchAnswer. Implies a simpler search that does not include pagination, and most typically only returns a single search result. |
Typeahead |
The type for Typeahead. Implies a search for a small set of values, most often used for dynamic auto-complete or type-ahead UI controls. This search supports pagination. |