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