Class Constants.PropertyEditors.Legacy.Aliases
Defines legacy property editor aliases.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.PropertyEditors.Legacy.Aliases
Fields
View SourceContentPicker2
Legacy alias for the Content Picker 2 property editor.
Declaration
public const string ContentPicker2 = "Umbraco.ContentPicker2"
Field Value
| Type | Description |
|---|---|
| string |
Date
Legacy alias for the Date property editor.
Declaration
public const string Date = "Umbraco.Date"
Field Value
| Type | Description |
|---|---|
| string |
MediaPicker2
Legacy alias for the Media Picker 2 property editor.
Declaration
public const string MediaPicker2 = "Umbraco.MediaPicker2"
Field Value
| Type | Description |
|---|---|
| string |
MemberPicker2
Legacy alias for the Member Picker 2 property editor.
Declaration
public const string MemberPicker2 = "Umbraco.MemberPicker2"
Field Value
| Type | Description |
|---|---|
| string |
MultiNodeTreePicker2
Legacy alias for the Multi Node Tree Picker 2 property editor.
Declaration
public const string MultiNodeTreePicker2 = "Umbraco.MultiNodeTreePicker2"
Field Value
| Type | Description |
|---|---|
| string |
RelatedLinks
Legacy alias for the Related Links property editor.
Declaration
public const string RelatedLinks = "Umbraco.RelatedLinks"
Field Value
| Type | Description |
|---|---|
| string |
RelatedLinks2
Legacy alias for the Related Links 2 property editor.
Declaration
public const string RelatedLinks2 = "Umbraco.RelatedLinks2"
Field Value
| Type | Description |
|---|---|
| string |
Textbox
Legacy alias for the Textbox property editor.
Declaration
public const string Textbox = "Umbraco.Textbox"
Field Value
| Type | Description |
|---|---|
| string |
TextboxMultiple
Legacy alias for the Textbox Multiple property editor.
Declaration
public const string TextboxMultiple = "Umbraco.TextboxMultiple"
Field Value
| Type | Description |
|---|---|
| string |