Table of Contents

Class ContentItemPropertiesModel

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

Class represents properties configuration of the content item. The model is defined for usage in the properties tab UI in a content hub application.

public sealed class ContentItemPropertiesModel
Inheritance
object
ContentItemPropertiesModel
Extension Methods

Properties

CodeName

Content item code name.

public string CodeName { get; set; }

Property Value

string

ContentType

Content item content type.

public string ContentType { get; set; }

Property Value

string

Created

Time of creation of content item.

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

Property Value

string

CreatedBy

Name of user which created the content item.

public string CreatedBy { get; set; }

Property Value

string

CreatedWhen

Time of creation of content item.

public DateTime? CreatedWhen { get; set; }

Property Value

DateTime?

DisplayName

Display name of content item.

public string DisplayName { get; set; }

Property Value

string

FirstPublished

First publishing time for the content item.

[Obsolete("Use FirstPublishedWhen instead.")]
[ObsoleteSince(29, 1)]
public string FirstPublished { get; set; }

Property Value

string

FirstPublishedWhen

First publishing time for the content item.

public DateTime? FirstPublishedWhen { get; set; }

Property Value

DateTime?

IsSecured

Flag indicating if content item requires authentication.

public bool IsSecured { get; set; }

Property Value

bool

LanguageVariant

Content item language variant.

public string LanguageVariant { get; set; }

Property Value

string

LastModified

Time of last modification of content item.

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

Property Value

string

LastModifiedBy

Name of user which last modified the content item.

public string LastModifiedBy { get; set; }

Property Value

string

LastModifiedWhen

Time of last modification of content item.

public DateTime? LastModifiedWhen { get; set; }

Property Value

DateTime?

LastPublished

Latest publishing time for the content item.

[Obsolete("Use LastPublishedWhen instead.")]
[ObsoleteSince(29, 1)]
public string LastPublished { get; set; }

Property Value

string

LastPublishedWhen

Latest publishing time for the content item.

public DateTime? LastPublishedWhen { get; set; }

Property Value

DateTime?

Published

Published state.

public string Published { get; set; }

Property Value

string