Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ContentTypeAlias

    Gets the content type alias.

    Declaration
    string ContentTypeAlias { get; }
    Property Value
    Type Description
    System.String
    View Source

    ContentTypeIcon

    Gets the content type icon.

    Declaration
    string ContentTypeIcon { get; }
    Property Value
    Type Description
    System.String
    View Source

    ContentTypeThumbnail

    Gets the content type thumbnail.

    Declaration
    string ContentTypeThumbnail { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeAlias
      • ContentTypeIcon
      • ContentTypeThumbnail
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX