Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEntitySlim

    Implements IContentEntitySlim.

    Inheritance
    System.Object
    EntitySlim
    Namespace: Umbraco.Cms.Core.Models.Entities
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentEntitySlim : EntitySlim, IContentEntitySlim, IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IHaveAdditionalData

    Properties

    View Source

    ContentTypeAlias

    Gets the content type alias.

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

    ContentTypeIcon

    Gets the content type icon.

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

    ContentTypeThumbnail

    Gets the content type thumbnail.

    Declaration
    public string ContentTypeThumbnail { get; set; }
    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