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
    [DataContract(Name = "propertyGroup", Namespace = "")]
    public abstract class PropertyGroupBasic

    Fields

    View Source

    GenericPropertiesGroupId

    Gets the special generic properties tab identifier.

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

    Properties

    View Source

    Alias

    Declaration
    [Required]
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    [DataMember(Name = "id")]
    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
    [DataMember(Name = "inherited")]
    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
    [IgnoreDataMember]
    public bool IsGenericProperties { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Key

    Declaration
    [DataMember(Name = "key")]
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    [Required]
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SortOrder

    Declaration
    [DataMember(Name = "sortOrder")]
    public int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Type

    Declaration
    [DataMember(Name = "type")]
    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