Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValueListConfigurationEditor

    Pre-value editor used to create a list of items

    Inheritance
    System.Object
    ConfigurationEditor
    ConfigurationEditor<ValueListConfiguration>
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ValueListConfigurationEditor : ConfigurationEditor<ValueListConfiguration>, IConfigurationEditor
    Remarks

    This pre-value editor is shared with editors like drop down, checkbox list, etc....

    Constructors

    View Source

    ValueListConfigurationEditor(ILocalizedTextService, IIOHelper)

    Declaration
    public ValueListConfigurationEditor(ILocalizedTextService textService, IIOHelper ioHelper)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IIOHelper ioHelper
    View Source

    ValueListConfigurationEditor(ILocalizedTextService, IIOHelper, IEditorConfigurationParser)

    Declaration
    public ValueListConfigurationEditor(ILocalizedTextService textService, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser

    Methods

    View Source

    FromConfigurationEditor(Nullable<IDictionary<String, Object>>, ValueListConfiguration)

    Declaration
    public override ValueListConfiguration FromConfigurationEditor(IDictionary<string, object>? editorValues, ValueListConfiguration configuration)
    Parameters
    Type Name Description
    System.Nullable<IDictionary<System.String, System.Object>> editorValues
    ValueListConfiguration configuration
    Returns
    Type Description
    ValueListConfiguration
    View Source

    ToConfigurationEditor(ValueListConfiguration)

    Converts configuration values to values for the editor.

    Declaration
    public override Dictionary<string, object> ToConfigurationEditor(ValueListConfiguration configuration)
    Parameters
    Type Name Description
    ValueListConfiguration configuration
    Returns
    Type Description
    Umbraco.Cms.Core.Dictionary<System.String, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ValueListConfigurationEditor(ILocalizedTextService, IIOHelper)
      • ValueListConfigurationEditor(ILocalizedTextService, IIOHelper, IEditorConfigurationParser)
    • Methods
      • FromConfigurationEditor(Nullable<IDictionary<String, Object>>, ValueListConfiguration)
      • ToConfigurationEditor(ValueListConfiguration)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX