Table of Contents

Class CreateFieldArguments

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

Represents an argument of the create field command.

public sealed class CreateFieldArguments
Inheritance
object
CreateFieldArguments
Extension Methods

Properties

SubForms

Represents the field properties form data.

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

Property Value

Dictionary<string, Dictionary<string, JsonElement>>