Class FormSubmissionCommandArguments
Represents arguments of the form submission command.
public class FormSubmissionCommandArguments
- Inheritance
-
objectFormSubmissionCommandArguments
- Derived
- Extension Methods
Properties
ConfirmationFormData
Dictionary containing the submitted form data from confirmation dialog.
public Dictionary<string, JsonElement> ConfirmationFormData { get; set; }
Property Value
- Dictionary<string, JsonElement>
Data
Dictionary containing the submitted form data.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>