Table of Contents

Class CreateHeadlessItemClientProperties

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

Create headless item template client properties.

public class CreateHeadlessItemClientProperties : TemplateClientProperties
Inheritance
object
CreateHeadlessItemClientProperties
Inherited Members
Extension Methods

Properties

CreateFormNamePrefix

Prefix of the create headless item form name.

public string CreateFormNamePrefix { get; set; }

Property Value

string

HeadlessItemsApplicationSlug

Slug of the list of headless items application.

public string HeadlessItemsApplicationSlug { get; set; }

Property Value

string

HeadlineFirstStep

Headline first step.

public string HeadlineFirstStep { get; set; }

Property Value

string

HeadlineSecondStep

Headline second step.

public string HeadlineSecondStep { get; set; }

Property Value

string

IsLanguageVariantCreation

Indicates whether the template should send language variant creation specific commands.

public bool IsLanguageVariantCreation { get; set; }

Property Value

bool

Items

Form items representing edited form fields.

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

Property Value

ICollection<IFormItemClientProperties>

MenuActions

Menu actions allowed for the page.

public IReadOnlyCollection<ContentItemAction> MenuActions { get; set; }

Property Value

IReadOnlyCollection<ContentItemAction>

Status

Headless item status.

public ContentItemStatus Status { get; set; }

Property Value

ContentItemStatus

SubheadlineFirstStep

Page subheadline.

public string SubheadlineFirstStep { get; set; }

Property Value

string

VersionStatus

Headless item version status.

public ContentItemVersionStatus? VersionStatus { get; set; }

Property Value

ContentItemVersionStatus?