Click or drag to resize
IAppSearchAssociationsAsync Method
Overload List
  NameDescription
Public methodSearchAssociationsAsync(SearchCombinationOptions, IEnumerableString, SearchPage)

Returns the search matches for one or more search terms.

The search results depend on the search context.

See: SearchCombinationOptions

This type of search is also called smart search.
Public methodSearchAssociationsAsync(AsyncHandle, SearchCombinationOptions, IEnumerableString, SearchPage)

Returns the search matches for one or more search terms.

The search results depend on the search context.

See: SearchCombinationOptions

This type of search is also called smart search.
Public methodSearchAssociationsAsyncT(AsyncHandle, FuncResponse, T, SearchCombinationOptions, IEnumerableString, SearchPage)

Returns the search matches for one or more search terms.

The search results depend on the search context.

See: SearchCombinationOptions

This type of search is also called smart search.
Top
See Also