Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyGroupDisplay<TPropertyTypeDisplay>

    Inheritance
    System.Object
    PropertyGroupBasic
    PropertyGroupBasic<TPropertyTypeDisplay>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "propertyGroup", Namespace = "")]
    public class PropertyGroupDisplay<TPropertyTypeDisplay> : PropertyGroupBasic<TPropertyTypeDisplay> where TPropertyTypeDisplay : PropertyTypeDisplay
    Type Parameters
    Name Description
    TPropertyTypeDisplay

    Constructors

    View Source

    PropertyGroupDisplay()

    Declaration
    public PropertyGroupDisplay()

    Properties

    View Source

    ContentTypeId

    Gets the context content type.

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

    ParentTabContentTypeNames

    Gets the name of the content types that define this group.

    Declaration
    [DataMember(Name = "parentTabContentTypeNames")]
    public IEnumerable<string> ParentTabContentTypeNames { get; set; }
    Property Value
    Type Description
    IEnumerable<System.String>
    View Source

    ParentTabContentTypes

    Gets the identifiers of the content types that define this group.

    Declaration
    [DataMember(Name = "parentTabContentTypes")]
    public IEnumerable<int> ParentTabContentTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PropertyGroupDisplay()
    • Properties
      • ContentTypeId
      • ParentTabContentTypeNames
      • ParentTabContentTypes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX