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
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 |
ContentTypeKey
Gets the content type key.
Declaration
Guid ContentTypeKey { get; }
Property Value
Type | Description |
---|---|
Guid |
ContentTypeThumbnail
Gets the content type thumbnail.
Declaration
string ContentTypeThumbnail { get; }
Property Value
Type | Description |
---|---|
System.String |
ListViewKey
Gets the listview key.
Declaration
Guid? ListViewKey { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |