Table of Contents

Class ComponentPropertiesGetFormItemsCommandArgs

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

Represents arguments of the command which retrieves a collection of form components.

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

Properties

ChangedFieldName

Name of field which triggered the request.

public string ChangedFieldName { get; set; }

Property Value

string

FormData

Values of component properties in a builder format.

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

Property Value

Dictionary<string, JsonElement>