Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentTypeDisplay

    Inheritance
    System.Object
    EntityBasic
    ContentTypeBasic
    ContentTypeCompositionDisplay
    ContentTypeCompositionDisplay<PropertyTypeDisplay>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "contentType", Namespace = "")]
    public class DocumentTypeDisplay : ContentTypeCompositionDisplay<PropertyTypeDisplay>, INotificationModel

    Constructors

    View Source

    DocumentTypeDisplay()

    Declaration
    public DocumentTypeDisplay()

    Properties

    View Source

    AllowCultureVariant

    Declaration
    [DataMember(Name = "allowCultureVariant")]
    public bool AllowCultureVariant { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowedTemplates

    Declaration
    [DataMember(Name = "allowedTemplates")]
    public IEnumerable<EntityBasic> AllowedTemplates { get; set; }
    Property Value
    Type Description
    IEnumerable<EntityBasic>
    View Source

    AllowSegmentVariant

    Declaration
    [DataMember(Name = "allowSegmentVariant")]
    public bool AllowSegmentVariant { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ContentApps

    Declaration
    [DataMember(Name = "apps")]
    public IEnumerable<ContentApp>? ContentApps { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<ContentApp>>
    View Source

    DefaultTemplate

    Declaration
    [DataMember(Name = "defaultTemplate")]
    public EntityBasic DefaultTemplate { get; set; }
    Property Value
    Type Description
    EntityBasic
    View Source

    HistoryCleanup

    Declaration
    [DataMember(Name = "historyCleanup")]
    public HistoryCleanupViewModel HistoryCleanup { get; set; }
    Property Value
    Type Description
    HistoryCleanupViewModel
    View Source

    Variations

    Declaration
    [DataMember(Name = "variations")]
    public ContentVariation Variations { get; set; }
    Property Value
    Type Description
    ContentVariation
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DocumentTypeDisplay()
    • Properties
      • AllowCultureVariant
      • AllowedTemplates
      • AllowSegmentVariant
      • ContentApps
      • DefaultTemplate
      • HistoryCleanup
      • Variations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX