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
    public class DocumentTypeDisplay : ContentTypeCompositionDisplay<PropertyTypeDisplay>, INotificationModel

    Constructors

    View Source

    DocumentTypeDisplay()

    Declaration
    public DocumentTypeDisplay()

    Properties

    View Source

    AllowCultureVariant

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

    AllowedTemplates

    Declaration
    public IEnumerable<EntityBasic> AllowedTemplates { get; set; }
    Property Value
    Type Description
    IEnumerable<EntityBasic>
    View Source

    AllowSegmentVariant

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

    ContentApps

    Declaration
    public IEnumerable<ContentApp> ContentApps { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentApp>
    View Source

    DefaultTemplate

    Declaration
    public EntityBasic DefaultTemplate { get; set; }
    Property Value
    Type Description
    EntityBasic
    View Source

    HistoryCleanup

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