Table of Contents

Class CreateStepCommandArguments

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

CreateStep command arguments.

public sealed class CreateStepCommandArguments
Inheritance
object
CreateStepCommandArguments
Extension Methods

Constructors

CreateStepCommandArguments()

public CreateStepCommandArguments()

Properties

FormData

CreateStep form data.

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

Property Value

Dictionary<string, JsonElement>