Table of Contents

Class ComponentPropertiesFormSubmissionCommandArgs

Namespace
Kentico.Xperience.Admin.DigitalMarketing.UIPages
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Represents arguments of the command that validates submitted component properties.

public class ComponentPropertiesFormSubmissionCommandArgs : ComponentPropertiesCommandArgsBase
Inheritance
object
ComponentPropertiesFormSubmissionCommandArgs
Inherited Members
Extension Methods

Properties

FormData

Form values.

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

Property Value

Dictionary<string, JsonElement>