Skip to main content

FormStarterInfo

The FormStarterInfo class holds information related to the starter of a form, such as the starter type, associated parameters, and flow secret key. It also manages the decryption of the flow secret key for secure operations.

Properties

NameDescription
FlowDecryptedSecretThe decrypted version of the flow secret key, which is securely managed using the DecryptData attribute. This property provides access to the decrypted flow secret.
FlowSecretKeyThe flow secret key used for the initialization of the form's flow. This key is encrypted and used to secure the flow process.
TypeThe type of the form starter, represented by the FormStarterType enumeration, which determines the method used to start the form.
ParametersA dictionary of parameters associated with the form starter, where each key represents a parameter name and each value represents the corresponding parameter value.

Constructors

NameDescription
FormSaveResponse()Initializes a new instance of the FormSaveResponse class and sets the ValidationErrors property to an empty list.