Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeContainerModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentTypeEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class PropertyTypeContainerModelBase

    Properties

    View Source

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

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

    ParentKey

    Declaration
    public Guid? ParentKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    SortOrder

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Key
      • Name
      • ParentKey
      • SortOrder
      • Type
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX