Table of Contents

Class FormChangeCommandArguments

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

Represents arguments of the form change command.

public class FormChangeCommandArguments
Inheritance
object
FormChangeCommandArguments
Derived
Extension Methods

Properties

ChangedFieldName

Name of field which triggered the request.

public string ChangedFieldName { get; set; }

Property Value

string

Data

Dictionary containing the form data.

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

Property Value

Dictionary<string, JsonElement>

See Also