FormGetControlValueResponse
The FormGetControlValueResponse class represents the response received when retrieving a control's value in a form.
Properties
| Name | Description |
|---|---|
| DocumentId | The ID of the document associated with the control value. |
| ControlName | The name of the control within the form. |
| ControlType | The type of the control (e.g., textbox, dropdown, etc.). |
| ControlValue | The value of the control within the form. |
| MLValues | A list of machine learning values associated with the control, if applicable. |
| ControlText | The text associated with the control. |