View Source
Class EmailAddressPropertyEditor
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.EmailAddress", EditorType.PropertyValue | EditorType.MacroParameter, "Email address", "email", Icon = "icon-message")]
public class EmailAddressPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
EmailAddressPropertyEditor(ILogger)
The constructor will setup the property editor based on the attribute if one is found
Declaration
public EmailAddressPropertyEditor(ILogger logger)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Methods
View Source
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
View Source
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns