Skip to main content

FormGetControlValueResponse

The FormGetControlValueResponse class represents the response received when retrieving a control's value in a form.

Properties

NameDescription
DocumentIdThe ID of the document associated with the control value.
ControlNameThe name of the control within the form.
ControlTypeThe type of the control (e.g., textbox, dropdown, etc.).
ControlValueThe value of the control within the form.
MLValuesA list of machine learning values associated with the control, if applicable.
ControlTextThe text associated with the control.