Skip to main content

FormGetControlValueResponse

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

Properties

NameDescription
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.
ControlNameThe name of the control within the form.
DocumentIdThe ID of the document associated with the control value.
ControlTypeThe type of the control (e.g., textbox, dropdown, etc.).