Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmailAddressPropertyEditor

    Defines an email address property editor.

    Inheritance
    object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [DataEditor("Umbraco.EmailAddress", ValueEditorIsReusable = true)]
    public class EmailAddressPropertyEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    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 Source

    CreateValueEditor()

    Creates a value editor instance.

    Declaration
    protected override IDataValueEditor CreateValueEditor()
    Returns
    Type Description
    IDataValueEditor
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX