SearchInvokeValue Class

Definition

Defines the structure that arrives in the Activity.Value for Invoke activity with Name of 'application/search'.

public class SearchInvokeValue
type SearchInvokeValue = class
Public Class SearchInvokeValue
Inheritance
SearchInvokeValue

Constructors

SearchInvokeValue()

Properties

Context

Gets or sets the context information about the query. Such as the UI control that issued the query. The type of the context field is object and is dependent on the kind field. For search and searchAnswers, there is no defined context value.

Kind

Gets or sets the kind for the search invoke value. Must be either search, searchAnswer, or typeahead. SearchInvokeTypes.

QueryOptions

Gets or sets the SearchInvokeOptions for this search invoke.

QueryText

Gets or sets the query text for the search invoke value.

Applies to