View Source
Class PropertyGroupDisplay<TPropertyTypeDisplay>
Inheritance
System.Object
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> |
|