Table of Contents

Class FormSubmissionCommandArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents arguments of the form submission command.

public class FormSubmissionCommandArguments : ManagedFormSubmitRequest, IManagedFormSubmitRequest
Inheritance
object
FormSubmissionCommandArguments
Implements
Derived
Inherited Members
Extension Methods

Constructors

FormSubmissionCommandArguments()

public FormSubmissionCommandArguments()

Properties

ConfirmationFormData

Dictionary containing the submitted form data from confirmation dialog.

public Dictionary<string, JsonElement> ConfirmationFormData { get; set; }

Property Value

Dictionary<string, JsonElement>

See Also