Search Results for

    Show / Hide Table of Contents
    View Source

    Class LabelConfigurationEditor

    Represents the configuration for the label value editor.

    Inheritance
    System.Object
    ConfigurationEditor
    ConfigurationEditor<LabelConfiguration>
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class LabelConfigurationEditor : ConfigurationEditor<LabelConfiguration>, IConfigurationEditor

    Constructors

    View Source

    LabelConfigurationEditor(IIOHelper)

    Declaration
    public LabelConfigurationEditor(IIOHelper ioHelper)
    Parameters
    Type Name Description
    IIOHelper ioHelper
    View Source

    LabelConfigurationEditor(IIOHelper, IEditorConfigurationParser)

    Declaration
    public LabelConfigurationEditor(IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser

    Methods

    View Source

    FromConfigurationEditor(Nullable<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.Nullable<IDictionary<System.String, System.Object>> editorValues

    The configuration object posted by the editor.

    LabelConfiguration configuration
    Returns
    Type Description
    LabelConfiguration
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LabelConfigurationEditor(IIOHelper)
      • LabelConfigurationEditor(IIOHelper, IEditorConfigurationParser)
    • Methods
      • FromConfigurationEditor(Nullable<IDictionary<String, Object>>, LabelConfiguration)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX