FormData Properties
An object defining properties for the FormData class.
SecretKey
A secret key used for form-related operations.
Type: string
DocumentId
The ID of the document associated with the form.
Type: long
ControlValues
A dictionary containing the control names as keys and their corresponding values as the data for the form's controls.
Type: Dictionary<string, object>