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

    Methods

    View Source

    FromConfigurationEditor(IDictionary<String, Object>)

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