Class LabelConfigurationEditor
Represents the configuration for the label value editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class LabelConfigurationEditor : ConfigurationEditor<LabelConfiguration>, IConfigurationEditor
Constructors
View SourceLabelConfigurationEditor(IIOHelper)
Declaration
public LabelConfigurationEditor(IIOHelper ioHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| IIOHelper | ioHelper |
Methods
View SourceFromConfigurationEditor(IDictionary<string, object>)
Converts values from the configuration editor to configuration data.
Declaration
public override IDictionary<string, object> FromConfigurationEditor(IDictionary<string, object> configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<string, object> | configuration | Values from the configuration editor. |
Returns
| Type | Description |
|---|---|
| IDictionary<string, object> |
Remarks
Consider this the reverse of ToConfigurationEditor(IDictionary<string, object>).