Table of Contents

Class HeadlessInformationModel

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

Page information properties model.

public sealed class HeadlessInformationModel
Inheritance
object
HeadlessInformationModel
Extension Methods

Constructors

HeadlessInformationModel()

public HeadlessInformationModel()

Properties

CodeName

Headless item codename.

[TextInputComponent(Label = "{$headless.items.properties.information.headlessitemcodename$}", Order = 11)]
public string CodeName { get; set; }

Property Value

string

ContentItemGuid

Content item guid.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.contentitemguid$}", Order = 8)]
public string ContentItemGuid { get; set; }

Property Value

string

ContentItemId

Content item identifier.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.contentitemid$}", Order = 7)]
public string ContentItemId { get; set; }

Property Value

string

Created

Created.

[Obsolete("Use CreatedWhen instead.")]
public string Created { get; set; }

Property Value

string

CreatedBy

Created by.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.createdby$}", Order = 2)]
public string CreatedBy { get; set; }

Property Value

string

CreatedWhen

Created.

[DateTimeStringComponent(Label = "{$headless.items.properties.information.created$}", Order = 3)]
public DateTime? CreatedWhen { get; set; }

Property Value

DateTime?

HeadlessItemGuid

Headless item guid.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.headlessitemguid$}", Order = 10)]
public string HeadlessItemGuid { get; set; }

Property Value

string

HeadlessItemId

Headless item identifier.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.headlessitemid$}", Order = 9)]
public string HeadlessItemId { get; set; }

Property Value

string

LanguageVariant

Language variant.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.languagevariant$}", Order = 6)]
public string LanguageVariant { get; set; }

Property Value

string

LastModified

Last modified.

[Obsolete("Use LastModifiedWhen instead.")]
public string LastModified { get; set; }

Property Value

string

LastModifiedBy

Last modified by.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.lastmodifiedby$}", Order = 4)]
public string LastModifiedBy { get; set; }

Property Value

string

LastModifiedWhen

Last modified.

[DateTimeStringComponent(Label = "{$headless.items.properties.information.lastmodified$}", Order = 5)]
public DateTime? LastModifiedWhen { get; set; }

Property Value

DateTime?

Published

Published state.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.published$}", Order = 0)]
public string Published { get; set; }

Property Value

string

Type

Content type.

[TextWithLabelComponent(Label = "{$headless.items.properties.information.type$}", Order = 1)]
public string Type { get; set; }

Property Value

string