Table of Contents

Class UpdateStepCommandResult

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

Properties

Form

Step form data.

public WorkflowStepForm Form { get; set; }

Property Value

WorkflowStepForm

IsValid

Indicates whether the submitted data was valid.

public bool IsValid { get; set; }

Property Value

bool

Item

Contains updated data of the corresponding step's Bar item.

public WorkflowStepItem Item { get; set; }

Property Value

WorkflowStepItem