Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
        where TPropertyType : PropertyTypeModelBase where TPropertyTypeContainer : PropertyTypeContainerModelBase
    Type Parameters
    Name Description
    TPropertyType
    TPropertyTypeContainer

    Properties

    View Source

    Alias

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

    AllowedAsRoot

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

    Collection

    Declaration
    public ReferenceByIdModel Collection { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    View Source

    Containers

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

    Description

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

    Icon

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

    IsElement

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

    Name

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

    Properties

    Declaration
    [Required]
    public IEnumerable<TPropertyType> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<TPropertyType>
    View Source

    VariesByCulture

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

    VariesBySegment

    Declaration
    public bool VariesBySegment { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • AllowedAsRoot
      • Collection
      • Containers
      • Description
      • Icon
      • IsElement
      • Name
      • Properties
      • VariesByCulture
      • VariesBySegment
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX