FormSaveAsDraftResponse Properties
An object defining properties for the FormSaveAsDraftResponse class.
Status
The encrypted secret key used for security.
Type: FormStatus
Accepted Values:
Name Value Completed 0 Canceled 1 ValidationError 2
DocumentId
The identifier of the document related to the form.
Type: long
StarterInfo
Contains starter information related to the form draft.
Type: FormStarterInfo
SecretKey
The encrypted secret key used for security.
Type: string
Form
The client form instance associated with the response.
Type: ClientForm
DecryptedSecret
The decrypted secret key associated with the form. (Ignored during serialization.)
Type: FormSecret