Table of Contents

Class UpdateStepCommandArguments

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class UpdateStepCommandArguments
Inheritance
object
UpdateStepCommandArguments
Extension Methods

Constructors

UpdateStepCommandArguments()

public UpdateStepCommandArguments()

Properties

FormData

Data of the submitted form.

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

Property Value

Dictionary<string, JsonElement>

StepId

Workflow step identifier.

public int StepId { get; set; }

Property Value

int