Table of Contents

Class HeadlessItemCommandResult

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

Headless item command result.

public sealed class HeadlessItemCommandResult
Inheritance
object
HeadlessItemCommandResult
Extension Methods

Properties

HeadlessItemState

Current headless item state.

public HeadlessItemState HeadlessItemState { get; set; }

Property Value

HeadlessItemState

Remarks

Available only when there is an existing headless item for the context.

Items

Gets or sets the form components representing edited form fields.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>

Status

Gets the status of the command result.

public HeadlessItemCommandResultStatus Status { get; set; }

Property Value

HeadlessItemCommandResultStatus

TargetUrl

Target url to redirect to if the command was successful.

public string TargetUrl { get; set; }

Property Value

string