Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeModelBase

    Inheritance
    System.Object
    ContentTypeEditingModelBase<ContentTypePropertyTypeModel, ContentTypePropertyContainerModel>
    Namespace: Umbraco.Cms.Core.Models.ContentTypeEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ContentTypeModelBase : ContentTypeEditingModelBase<ContentTypePropertyTypeModel, ContentTypePropertyContainerModel>

    Properties

    View Source

    AllowedTemplateKeys

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

    Cleanup

    Declaration
    public ContentTypeCleanup Cleanup { get; set; }
    Property Value
    Type Description
    ContentTypeCleanup
    View Source

    DefaultTemplateKey

    Declaration
    public Guid? DefaultTemplateKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowedTemplateKeys
      • Cleanup
      • DefaultTemplateKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX