using System; namespace Umbraco.Core { public static partial class Constants { /// /// Defines the identifiers for Umbraco Property Editors as constants for easy centralized access/management. /// public static class PropertyEditors { /// /// Used to prefix generic properties that are internal content properties /// public const string InternalGenericPropertiesPrefix = "_umb_"; /// /// Guid for the Checkbox list datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string CheckBoxList = "B4471851-82B6-4C75-AFA4-39FA9C6A75E9"; /// /// Alias for Checkbox list datatype. /// public const string CheckBoxListAlias = "Umbraco.CheckBoxList"; /// /// Guid for the Color Picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string ColorPicker = "F8D60F68-EC59-4974-B43B-C46EB5677985"; /// /// Alias for the Color Picker datatype. /// public const string ColorPickerAlias = "Umbraco.ColorPickerAlias"; /// /// Guid for the Content Picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string ContentPicker = "158AA029-24ED-4948-939E-C3DA209E5FBA"; [Obsolete("This is an obsoleted content picker, use ContentPicker2Alias instead")] public const string ContentPickerAlias = "Umbraco.ContentPickerAlias"; /// /// Alias for the Content Picker datatype. /// public const string ContentPicker2Alias = "Umbraco.ContentPicker2"; /// /// Guid for the Date datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string Date = "23E93522-3200-44E2-9F29-E61A6FCBB79A"; /// /// Alias for the Date datatype. /// public const string DateAlias = "Umbraco.Date"; /// /// Guid for the Date/Time datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string DateTime = "B6FB1622-AFA5-4BBF-A3CC-D9672A442222"; /// /// Alias for the Date/Time datatype. /// public const string DateTimeAlias = "Umbraco.DateTime"; /// /// Guid for the Dictionary Picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string DictionaryPicker = "17B70066-F764-407D-AB05-3717F1E1C513"; /// /// Guid for the Dropdown list datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string DropDownList = "A74EA9C9-8E18-4D2A-8CF6-73C6206C5DA6"; /// /// Alias for the Dropdown list datatype. /// public const string DropDownListAlias = "Umbraco.DropDown"; /// /// Guid for the Dropdown list multiple datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string DropDownListMultiple = "928639ED-9C73-4028-920C-1E55DBB68783"; /// /// Alias for the Dropdown list multiple datatype. /// public const string DropDownListMultipleAlias = "Umbraco.DropDownMultiple"; /// /// Guid for the Dropdown list multiple, publish keys datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string DropdownlistMultiplePublishKeys = "928639AA-9C73-4028-920C-1E55DBB68783"; /// /// Alias for the Dropdown list multiple, publish keys datatype. /// public const string DropdownlistMultiplePublishKeysAlias = "Umbraco.DropdownlistMultiplePublishKeys"; /// /// Guid for the Dropdown list, publishing keys datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string DropdownlistPublishingKeys = "A74EA9E1-8E18-4D2A-8CF6-73C6206C5DA6"; /// /// Alias for the Dropdown list, publishing keys datatype. /// public const string DropdownlistPublishingKeysAlias = "Umbraco.DropdownlistPublishingKeys"; /// /// Alias for the "new" Dropdown list, that replaces the old four deprecated ones and works as other list based property editors /// public const string DropDownListFlexibleAlias = "Umbraco.DropDown.Flexible"; /// /// Guid for the Folder browser datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string FolderBrowser = "CCCD4AE9-F399-4ED2-8038-2E88D19E810C"; /// /// Alias for the Folder browser datatype. /// public const string FolderBrowserAlias = "Umbraco.FolderBrowser"; /// /// Alias for the grid datatype. /// public const string GridAlias = "Umbraco.Grid"; /// /// Guid for the Image Cropper datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string ImageCropper = "7A2D436C-34C2-410F-898F-4A23B3D79F54"; ///// ///// Alias for the Image Cropper datatype. ///// public const string ImageCropperAlias = "Umbraco.ImageCropper"; /// /// Guid for the Integer datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string Integer = "1413AFCB-D19A-4173-8E9A-68288D2A73B8"; /// /// Alias for the Integer datatype. /// public const string IntegerAlias = "Umbraco.Integer"; /// /// Alias for the Decimal datatype. /// public const string DecimalAlias = "Umbraco.Decimal"; /// /// Alias for the listview datatype. /// public const string ListViewAlias = "Umbraco.ListView"; /// /// Guid for the list view datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string ListView = "474FCFF8-9D2D-12DE-ABC6-AD7A56D89593"; /// /// Guid for the Macro Container datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string MacroContainer = "474FCFF8-9D2D-11DE-ABC6-AD7A56D89593"; /// /// Alias for the Macro Container datatype. /// public const string MacroContainerAlias = "Umbraco.MacroContainer"; /// /// Guid for the Media Picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string MediaPicker = "EAD69342-F06D-4253-83AC-28000225583B"; [Obsolete("This is an obsoleted picker, use MediaPicker2Alias instead")] public const string MediaPickerAlias = "Umbraco.MediaPicker"; /// /// Alias for the Media Picker datatype. /// public const string MediaPicker2Alias = "Umbraco.MediaPicker2"; [Obsolete("This is an obsoleted picker, use MediaPicker2Alias instead")] public const string MultipleMediaPickerAlias = "Umbraco.MultipleMediaPicker"; /// /// Guid for the Member Picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string MemberPicker = "39F533E4-0551-4505-A64B-E0425C5CE775"; [Obsolete("This is an obsoleted picker, use MemberPicker2Alias instead")] public const string MemberPickerAlias = "Umbraco.MemberPicker"; /// /// Alias for the Member Picker datatype. /// public const string MemberPicker2Alias = "Umbraco.MemberPicker2"; /// /// Alias for the Member Group Picker datatype. /// public const string MemberGroupPickerAlias = "Umbraco.MemberGroupPicker"; /// /// Guid for the Multi-Node Tree Picker datatype /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string MultiNodeTreePicker = "7E062C13-7C41-4AD9-B389-41D88AEEF87C"; [Obsolete("This is an obsoleted picker, use MultiNodeTreePicker2Alias instead")] public const string MultiNodeTreePickerAlias = "Umbraco.MultiNodeTreePicker"; /// /// Alias for the Multi-Node Tree Picker datatype /// public const string MultiNodeTreePicker2Alias = "Umbraco.MultiNodeTreePicker2"; /// /// Guid for the Multiple Textstring datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string MultipleTextstring = "5359AD0B-06CC-4182-92BD-0A9117448D3F"; /// /// Alias for the Multiple Textstring datatype. /// public const string MultipleTextstringAlias = "Umbraco.MultipleTextstring"; /// /// Guid for the No edit datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string NoEdit = "6C738306-4C17-4D88-B9BD-6546F3771597"; /// /// Alias for the No edit datatype. /// public const string NoEditAlias = "Umbraco.NoEdit"; /// /// Guid for the Picker Relations datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string PickerRelations = "83396FF2-2E39-4A90-9066-17F5F3989374"; /// /// Alias for the Picker Relations datatype. /// public const string PickerRelationsAlias = "Umbraco.PickerRelations"; /// /// Guid for the Radiobutton list datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string RadioButtonList = "A52C7C1C-C330-476E-8605-D63D3B84B6A6"; /// /// Alias for the Radiobutton list datatype. /// public const string RadioButtonListAlias = "Umbraco.RadioButtonList"; /// /// Guid for the Related Links datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string RelatedLinks = "71B8AD1A-8DC2-425C-B6B8-FAA158075E63"; [Obsolete("This is an obsoleted picker, use RelatedLinks2Alias instead")] public const string RelatedLinksAlias = "Umbraco.RelatedLinks"; /// /// Alias for the Related Links property editor. /// public const string RelatedLinks2Alias = "Umbraco.RelatedLinks2"; /// /// Guid for the Slider datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string Slider = "29E790E6-26B3-438A-B21F-908663A0B19E"; /// /// Alias for the Slider datatype. /// public const string SliderAlias = "Umbraco.Slider"; /// /// Guid for the Tags datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string Tags = "4023E540-92F5-11DD-AD8B-0800200C9A66"; /// /// Alias for the Tags datatype. /// public const string TagsAlias = "Umbraco.Tags"; /// /// Guid for the Textbox datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string Textbox = "EC15C1E5-9D90-422A-AA52-4F7622C63BEA"; /// /// Alias for the Textbox datatype. /// public const string TextboxAlias = "Umbraco.Textbox"; /// /// Guid for the Textarea datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string TextboxMultiple = "67DB8357-EF57-493E-91AC-936D305E0F2A"; /// /// Alias for the Textarea datatype. /// public const string TextboxMultipleAlias = "Umbraco.TextboxMultiple"; /// /// Guid for the TinyMCE v3 wysiwyg datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string TinyMCEv3 = "5E9B75AE-FACE-41C8-B47E-5F4B0FD82F83"; /// /// Alias for the TinyMCE wysiwyg datatype. /// public const string TinyMCEAlias = "Umbraco.TinyMCEv3"; /// /// Guid for the True/False (Ja/Nej) datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string TrueFalse = "38B352C1-E9F8-4FD8-9324-9A2EAB06D97A"; /// /// Alias for the True/False (Ja/Nej) datatype. /// public const string TrueFalseAlias = "Umbraco.TrueFalse"; /// /// Guid for the Ultimate Picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string UltimatePicker = "CDBF0B5D-5CB2-445F-BC12-FCAAEC07CF2C"; /// /// Guid for the UltraSimpleEditor datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string UltraSimpleEditor = "60B7DABF-99CD-41EB-B8E9-4D2E669BBDE9"; /// /// Alias for the MarkdownEditor datatype. /// public const string MarkdownEditorAlias = "Umbraco.MarkdownEditor"; /// /// Guid for the Umbraco Usercontrol Wrapper datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string UmbracoUserControlWrapper = "D15E1281-E456-4B24-AA86-1DDA3E4299D5"; /// /// Guid for the Upload field datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string UploadField = "5032A6E6-69E3-491D-BB28-CD31CD11086C"; /// /// Alias for the User picker datatype. /// public const string UserPickerAlias = "Umbraco.UserPicker"; /// /// Guid for the User picker datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string UserPicker = "e66af4a0-e8b4-11de-8a39-0800200c9a66"; /// /// Alias for the Upload field datatype. /// public const string UploadFieldAlias = "Umbraco.UploadField"; /// /// Guid for the XPath CheckBoxList datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string XPathCheckBoxList = "34451D92-D270-49BA-8C7F-EE55BFEEE1CB"; /// /// Alias for the XPath CheckBoxList datatype. /// public const string XPathCheckBoxListAlias = "Umbraco.XPathCheckBoxList"; /// /// Guid for the XPath DropDownList datatype. /// [Obsolete("GUIDs are no longer used to reference Property Editors, use the Alias constant instead. This will be removed in future versions")] public const string XPathDropDownList = "173A96AE-00ED-4A7C-9F76-4B53D4A0A1B9"; /// /// Alias for the XPath DropDownList datatype. /// public const string XPathDropDownListAlias = "Umbraco.XPathDropDownList"; /// /// Alias for the email address property editor /// public const string EmailAddressAlias = "Umbraco.EmailAddress"; /// /// Alias for the nested content property editor. /// public const string NestedContentAlias = "Umbraco.NestedContent"; /// /// Alias for the multi url picker editor. /// public const string MultiUrlPickerAlias = "Umbraco.MultiUrlPicker"; public static class PreValueKeys { /// /// Pre-value name used to indicate a field that can be used to override the database field to which data for the associated /// property is saved /// public const string DataValueType = "umbracoDataValueType"; } } } }