Interface IContentEntitySlim
Represents a lightweight content entity, managed by the entity service.
Namespace: Umbraco.Cms.Core.Models.Entities
Assembly: Umbraco.Core.dll
Syntax
public interface IContentEntitySlim : IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IHaveAdditionalData
Properties
View SourceContentTypeAlias
Gets the content type alias.
Declaration
string ContentTypeAlias { get; }
Property Value
Type | Description |
---|---|
System.String |
ContentTypeIcon
Gets the content type icon.
Declaration
string ContentTypeIcon { get; }
Property Value
Type | Description |
---|---|
System.String |
ContentTypeThumbnail
Gets the content type thumbnail.
Declaration
string ContentTypeThumbnail { get; }
Property Value
Type | Description |
---|---|
System.String |