Table of Contents

Class GetFormFieldMetadataArguments

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

Parameters of the command to get form of a form field.

public class GetFormFieldMetadataArguments
Inheritance
object
GetFormFieldMetadataArguments
Derived
Extension Methods

Properties

Name

Name of the field.

[JsonInclude]
public string Name { get; }

Property Value

string

SubForms

Dictionary containing names of the subforms with component name and their values.

[JsonInclude]
public Dictionary<string, Dictionary<string, JsonElement>> SubForms { get; }

Property Value

Dictionary<string, Dictionary<string, JsonElement>>