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, IHaveAdditionalData
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 |
ContentTypeThumbnail
Gets the content type thumbnail.
Declaration
public string ContentTypeThumbnail { get; set; }
Property Value
Type | Description |
---|---|
System.String |