Skip to main content

FormResponseBase

The FormResponseBase class serves as a base class for form-related response objects, containing security, form, and document status information.

Properties

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