Skip to main content

FormRunResponse Properties

An object defining properties for the FormRunResponse class.

Status

The encrypted secret key used for security.

Type: FormStatus
Accepted Values:

NameValue
Completed0
Canceled1
ValidationError2

DocumentId

The identifier of the document related to the form.

Type: long


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