Class ContentEntitySlim
Implements IContentEntitySlim.
Namespace: Umbraco.Cms.Core.Models.Entities
Assembly: Umbraco.Core.dll
Syntax
public class ContentEntitySlim : EntitySlim, IContentEntitySlim, IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable
Properties
View SourceContentTypeAlias
Gets the content type alias.
Declaration
public string ContentTypeAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentTypeIcon
Gets the content type icon.
Declaration
public string? ContentTypeIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentTypeKey
Gets the content type key.
Declaration
public Guid ContentTypeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
ContentTypeThumbnail
Gets the content type thumbnail.
Declaration
public string? ContentTypeThumbnail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ListViewKey
Gets the listview key.
Declaration
public Guid? ListViewKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |