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
Inheritance
object
FormSubmissionCommandArguments
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>

See Also