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