Table of Contents

Class ComponentPropertiesFormSubmissionCommandArgs

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

Represents arguments of the command that validates submitted component properties.

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

Constructors

ComponentPropertiesFormSubmissionCommandArgs()

public ComponentPropertiesFormSubmissionCommandArgs()

Properties

FormData

Form values.

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

Property Value

Dictionary<string, JsonElement>