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 EmailAddressPropertyEditor class.
Declaration
public EmailAddressPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory |
EmailAddressPropertyEditor(IDataValueEditorFactory, ILocalizedTextService)
Initializes a new instance of the EmailAddressPropertyEditor class.
Declaration
public EmailAddressPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, ILocalizedTextService localizedTextService)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory | |
ILocalizedTextService | localizedTextService |
Methods
View SourceCreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
Type | Description |
---|---|
IDataValueEditor |