Skip to main content

FormGetControlValueResponse Properties

An object defining properties for the FormGetControlValueResponse class.

ControlValue

The value of the control within the form.

Type: object


MLValues

A list of machine learning values associated with the control, if applicable.

Type: List<MLValues>


ControlText

The text associated with the control.

Type: string


ControlName

The name of the control within the form.

Type: string


DocumentId

The ID of the document associated with the control value.

Type: long


ControlType

The type of the control (e.g., textbox, dropdown, etc.).

Type: string