Class ContentItemSelectorItem
- Namespace
- Kentico.Xperience.Admin.Base.Components
- Assembly
- Kentico.Xperience.Admin.Base.dll
Represents meta-data of a selected content item in the ContentItemSelectorComponent.
public sealed class ContentItemSelectorItem
- Inheritance
-
objectContentItemSelectorItem
- Extension Methods
Properties
ContentType
Display name of the content type.
public string ContentType { get; init; }
Property Value
- string
ContentTypeType
Indicates type of the content type.
public string ContentTypeType { get; init; }
Property Value
- string
Disabled
Indicates if the content item is disabled.
public bool Disabled { get; init; }
Property Value
- bool
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
Indicates if the content item is secured.
public bool IsSecured { get; init; }
Property Value
- bool
LanguageName
Content item language codename.
public string LanguageName { 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
Status
Content item status.
public ContentItemStatus Status { get; init; }
Property Value
StepStatus
Content item workflow step status.
[Obsolete("Use Status property instead.")]
[ObsoleteSince(29, 0)]
public ContentItemWorkflowStepStatus StepStatus { get; init; }
Property Value
VersionStatus
Content item version status.
public ContentItemVersionStatus VersionStatus { get; init; }
Property Value
WorkspaceId
Content item workspace identifier.
public int WorkspaceId { get; init; }
Property Value
- int