Search Results for

    Show / Hide Table of Contents
    View Source

    Class PlainJsonPropertyEditor

    Represents a property editor for configuration-less JSON properties.

    Inheritance
    object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataEditor("Umbraco.Plain.Json", ValueEditorIsReusable = true, ValueType = "JSON")]
    public class PlainJsonPropertyEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    PlainJsonPropertyEditor(IDataValueEditorFactory)

    Initializes a new instance of the PlainJsonPropertyEditor class.

    Declaration
    public PlainJsonPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX