View Source
  Class EmailAddressConfigurationEditor
  
  Represents the configuration editor for the email address value editor.
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class EmailAddressConfigurationEditor : ConfigurationEditor<EmailAddressConfiguration>, IConfigurationEditor
   
  Constructors
  
  
    View Source
  
  EmailAddressConfigurationEditor(IIOHelper)
  
  
  Declaration
  
    public EmailAddressConfigurationEditor(IIOHelper ioHelper)
   
  Parameters
  
  
    View Source
  
  EmailAddressConfigurationEditor(IIOHelper, IEditorConfigurationParser)
  
  
  Declaration
  
    public EmailAddressConfigurationEditor(IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters