View Source
Class Constants.PropertyEditors.Groups
Defines Umbraco's built-in property editor groups.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class Groups
Fields
View Source
Common
Declaration
public const string Common = "Common"
Field Value
Type |
Description |
System.String |
|
View Source
Lists
Declaration
public const string Lists = "Lists"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string Media = "Media"
Field Value
Type |
Description |
System.String |
|
View Source
People
Declaration
public const string People = "People"
Field Value
Type |
Description |
System.String |
|
View Source
Pickers
Declaration
public const string Pickers = "Pickers"
Field Value
Type |
Description |
System.String |
|
View Source
RichContent
Declaration
public const string RichContent = "Rich Content"
Field Value
Type |
Description |
System.String |
|