The FormSaveResponse class represents the response model for saving a form, extending the FormResponseBase class and including validation errors.
Properties
| Name | Description |
|---|
| ValidationErrors | A list of validation errors encountered during the form save operation. |
| Status | The encrypted secret key used for security. |
| DocumentId | The identifier of the document related to the form. |
| SecretKey | The encrypted secret key used for security. |
| Form | The client form instance associated with the response. |
| DecryptedSecret | The decrypted secret key associated with the form. (Ignored during serialization.) |
Constructors
| Name | Description |
|---|
| FormSaveResponse() | Initializes a new instance of the FormSaveResponse class and sets the ValidationErrors property to an empty list. |