Class ValueListConfigurationEditor
Pre-value editor used to create a list of items
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 SourceValueListConfigurationEditor(IIOHelper, IConfigurationEditorJsonSerializer)
Declaration
public ValueListConfigurationEditor(IIOHelper ioHelper, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer)
Parameters
Type | Name | Description |
---|---|---|
IIOHelper | ioHelper | |
IConfigurationEditorJsonSerializer | configurationEditorJsonSerializer |