Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyGroupBasic

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class PropertyGroupBasic : object

    Fields

    View Source

    GenericPropertiesGroupId

    Gets the special generic properties tab identifier.

    Declaration
    public const int GenericPropertiesGroupId = null
    Field Value
    Type Description
    System.Int32

    Properties

    View Source

    Alias

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

    Id

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

    Inherited

    Gets a value indicating whether the property group is inherited through content types composition.

    Declaration
    public bool Inherited { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    A property group can be inherited and defined on the content type currently being edited, at the same time. Inherited is true when there exists at least one property group higher in the composition, with the same alias.

    View Source

    IsGenericProperties

    Gets a value indicating whether this tab is the generic properties tab.

    Declaration
    public bool IsGenericProperties { get; }
    Property Value
    Type Description
    System.Boolean
    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

    SortOrder

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

    Type

    Declaration
    public PropertyGroupType Type { get; set; }
    Property Value
    Type Description
    PropertyGroupType
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • GenericPropertiesGroupId
    • Properties
      • Alias
      • Id
      • Inherited
      • IsGenericProperties
      • Key
      • Name
      • SortOrder
      • Type
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX