Skip to main content

FormSaveResponse

The FormSaveResponse class represents the response model for saving a form, extending the FormResponseBase class and including validation errors.

Properties

NameDescription
SecretKeyThe encrypted secret key used for security.
DocumentIdThe identifier of the document related to the form.
DecryptedSecretThe decrypted secret key associated with the form. (Ignored during serialization.)
FormThe client form instance associated with the response.
StatusThe encrypted secret key used for security.
ValidationErrorsA list of validation errors encountered during the form save operation.

Constructors

NameDescription
FormSaveResponse()Initializes a new instance of the FormSaveResponse class and sets the ValidationErrors property to an empty list.