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 |
---|---|
System.String |
ContentTypeIcon
Gets the content type icon.
Declaration
public string ContentTypeIcon { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
ListViewKey
Declaration
public Guid? ListViewKey { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |