Search Results for

    Show / Hide Table of Contents
    View Source

    Class MarkdownPropertyEditor

    Represents a markdown editor.

    Inheritance
    System.Object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MarkdownPropertyEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    MarkdownPropertyEditor(IDataValueEditorFactory, IIOHelper)

    Declaration
    public MarkdownPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    View Source

    MarkdownPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)

    Initializes a new instance of the MarkdownPropertyEditor class.

    Declaration
    public MarkdownPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser

    Methods

    View Source

    CreateConfigurationEditor()

    Creates a configuration editor instance.

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MarkdownPropertyEditor(IDataValueEditorFactory, IIOHelper)
      • MarkdownPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)
    • Methods
      • CreateConfigurationEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX