Class LabelConfigurationEditor
Represents the configuration for the label value editor.
Namespace: Umbraco.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class LabelConfigurationEditor : ConfigurationEditor<LabelConfiguration>, IConfigurationEditor
Methods
View SourceFromConfigurationEditor(IDictionary<String, Object>, LabelConfiguration)
Converts the configuration posted by the editor.
Declaration
public override LabelConfiguration FromConfigurationEditor(IDictionary<string, object> editorValues, LabelConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | editorValues | The configuration object posted by the editor. |
LabelConfiguration | configuration |
Returns
Type | Description |
---|---|
LabelConfiguration |