Table of Contents

Class ContentItemState

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

Represents the state of the currently edited content item i.e. allowed actions for content item, if it can be edited etc.

public class ContentItemState : ContentItemStateBase
Inheritance
object
ContentItemState
Inherited Members
Extension Methods

Remarks

The class supports framework infrastructure and is not intended for direct usage.

Properties

ContentFolderId

Content folder identifier.

public int ContentFolderId { get; init; }

Property Value

int

ContentTypeId

Content type identifier.

public int ContentTypeId { get; init; }

Property Value

int

SidePanelActions

Side panel actions allowed for the content item.

public IReadOnlyCollection<IContentItemAction> SidePanelActions { get; init; }

Property Value

IReadOnlyCollection<IContentItemAction>

WorkspaceId

Workspace identifier.

public int WorkspaceId { get; init; }

Property Value

int