Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeBasic

    A basic version of a content type

    Inheritance
    System.Object
    EntityBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentTypeBasic : EntityBasic
    Remarks

    Generally used to return the minimal amount of data about a content type

    Constructors

    View Source

    ContentTypeBasic()

    Declaration
    public ContentTypeBasic()

    Properties

    View Source

    Alias

    Overridden to apply our own validation attributes since this is not always required for other classes

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

    Blueprints

    Declaration
    public IDictionary<int, string> Blueprints { get; set; }
    Property Value
    Type Description
    IDictionary<System.Int32, System.String>
    View Source

    CreateDate

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Description

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

    IconFilePath

    Returns the icon file path if the icon is not a class, otherwise returns an empty string

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

    IconIsClass

    Returns true if the icon represents a CSS class instead of a file path

    Declaration
    public bool IconIsClass { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsContainer

    Declaration
    public bool IsContainer { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsElement

    Declaration
    public bool IsElement { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Thumbnail

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

    ThumbnailFilePath

    Returns the icon file path if the icon is not a class, otherwise returns an empty string

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

    ThumbnailIsClass

    Returns true if the icon represents a CSS class instead of a file path

    Declaration
    public bool ThumbnailIsClass { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UpdateDate

    Declaration
    public DateTime UpdateDate { get; set; }
    Property Value
    Type Description
    DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX