Search Results for

    Show / Hide Table of Contents

    Class MediaPickerConfigurationEditor

    Represents the configuration editor for the media picker value editor.

    Inheritance
    System.Object
    ConfigurationEditor<MediaPickerConfiguration>
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public class MediaPickerConfigurationEditor : ConfigurationEditor<MediaPickerConfiguration>

    Constructors

    MediaPickerConfigurationEditor(IIOHelper)

    Initializes a new instance of the MediaPickerConfigurationEditor class.

    Declaration
    public MediaPickerConfigurationEditor(IIOHelper ioHelper)
    Parameters
    Type Name Description
    IIOHelper ioHelper

    Methods

    ToValueEditor(Object)

    Declaration
    public override IDictionary<string, object> ToValueEditor(object configuration)
    Parameters
    Type Name Description
    System.Object configuration
    Returns
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    In This Article
    • Constructors
      • MediaPickerConfigurationEditor(IIOHelper)
    • Methods
      • ToValueEditor(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX