Skip to main content

FormSaveAsDraftResponse

The FormSaveAsDraftResponse class represents the response model for saving a form as a draft, extending the FormResponseBase class and including starter information.

Properties

NameDescription
StatusThe encrypted secret key used for security.
DocumentIdThe identifier of the document related to the form.
StarterInfoContains starter information related to the form draft.
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.)