KnownInputType enum

Known values of InputType that the service accepts.

Fields

Boolean

The input content should be a boolean.

Date

The input content should be a date.

Email

The input content should be an email address.

Group

The input content is a group of answers.

MultilineText

The input content should be multiline text.

MultiSelectCheckbox

The input content are multiple results seleted from the checkboxes.

MultiSelectDropdown

The input content are multiple results seleted from the dropdown options.

MultiSelectDropdownCustom

The input content are result seleted from the custom dropdown options.

None

The input type is a text box.

Number

The input content should be a number.

SingleSelectDropdown

The input content is a single result seleted from the dropdown options.

SingleSelection

The input content is a single result seleted from the options.

Telephone

The input content should be a telephone number.

Text

The input content is text string.

Upload

The input content is a uploaded file.

Url

The input content should be a URL.

YearPicker

The input content is a Year, pick from the dropdown list.

YesNoNa

The input content should be Yes, No or Na.