FormData
The FormData class represents data associated with a form, including control values, a secret key, and document ID, and provides a method to create an instance from a FormInstance.
Properties
| Name | Description |
|---|---|
| DocumentId | The ID of the document associated with the form. |
| SecretKey | A secret key used for form-related operations. |
| ControlValues | A dictionary containing the control names as keys and their corresponding values as the data for the form's controls. |
Methods
| Name | Description |
|---|---|
| FromFormInstance(formInstance) | Creates an instance of FormData from a given FormInstance. |