FormGetControlValueResponse
The FormGetControlValueResponse
class represents the response received when retrieving a control's value in a form.
Properties
Name | Description |
---|---|
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. |
ControlName | The name of the control within the form. |
DocumentId | The ID of the document associated with the control value. |
ControlType | The type of the control (e.g., textbox, dropdown, etc.). |