Search Results for

    Show / Hide Table of Contents

    Class DateTimeConfigurationEditor

    Represents the configuration editor for the datetime value editor.

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

    Constructors

    DateTimeConfigurationEditor(IIOHelper)

    Declaration
    public DateTimeConfigurationEditor(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
      • DateTimeConfigurationEditor(IIOHelper)
    • Methods
      • ToValueEditor(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX