Table of Contents

Class ContentItemPanelItem

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

Represents data of a content item.

public sealed class ContentItemPanelItem
Inheritance
object
ContentItemPanelItem
Extension Methods

Properties

ContentType

Display name of the content type.

public string ContentType { get; init; }

Property Value

string

Icon

Content item icon.

public string Icon { get; init; }

Property Value

string

Id

Content item identifier.

public int Id { get; init; }

Property Value

int

Identifier

Content item identifier.

public Guid Identifier { get; init; }

Property Value

Guid

IsSecured

Content item secured flag.

public bool IsSecured { get; init; }

Property Value

bool

LanguageName

Content item language codename.

public string LanguageName { get; init; }

Property Value

string

LastModified

Date of last modification.

public string LastModified { get; init; }

Property Value

string

Name

Content item name.

public string Name { get; init; }

Property Value

string

NavigateToPath

Path to the management UI of content item.

public string NavigateToPath { get; init; }

Property Value

string

PreviewData

Preview data.

public ContentItemAssetPreviewData PreviewData { get; init; }

Property Value

ContentItemAssetPreviewData

Status

Content item status.

public ContentItemStatus Status { get; init; }

Property Value

ContentItemStatus

StepStatus

Content item workflow step status.

[Obsolete("Use Status property instead.")]
[ObsoleteSince(29, 0)]
public ContentItemWorkflowStepStatus StepStatus { get; init; }

Property Value

ContentItemWorkflowStepStatus

VersionStatus

Content item version status.

public ContentItemVersionStatus VersionStatus { get; init; }

Property Value

ContentItemVersionStatus

WorkspaceId

Content item workspace identifier.

public int WorkspaceId { get; init; }

Property Value

int