Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEntitySlim

    Implements IContentEntitySlim.

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

    Properties

    View Source

    ContentTypeAlias

    Gets the content type alias.

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

    ContentTypeIcon

    Gets the content type icon.

    Declaration
    public string? ContentTypeIcon { get; set; }
    Property Value
    Type Description
    string
    View Source

    ContentTypeKey

    Gets the content type key.

    Declaration
    public Guid ContentTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    ContentTypeThumbnail

    Gets the content type thumbnail.

    Declaration
    public string? ContentTypeThumbnail { get; set; }
    Property Value
    Type Description
    string
    View Source

    ListViewKey

    Gets the listview key.

    Declaration
    public Guid? ListViewKey { get; set; }
    Property Value
    Type Description
    Guid?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX