Class EmailAddressPropertyEditor
Defines an email address property editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class EmailAddressPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceEmailAddressPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the Email
Declaration
public EmailAddressPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Type | Name | Description |
---|---|---|
IData |
dataValueEditorFactory |
EmailAddressPropertyEditor(IDataValueEditorFactory, ILocalizedTextService)
Initializes a new instance of the Email
Declaration
public EmailAddressPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, ILocalizedTextService localizedTextService)
Parameters
Type | Name | Description |
---|---|---|
IData |
dataValueEditorFactory | |
ILocalized |
localizedTextService |
Methods
View SourceCreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
Type | Description |
---|---|
IData |