Class HeadlessItemCommandResult
Headless item command result.
public sealed class HeadlessItemCommandResult
- Inheritance
-
objectHeadlessItemCommandResult
- Extension Methods
Properties
HeadlessItemState
Current headless item state.
public HeadlessItemState HeadlessItemState { get; set; }
Property Value
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
TargetUrl
Target url to redirect to if the command was successful.
public string TargetUrl { get; set; }
Property Value
- string