Search Results for

    Show / Hide Table of Contents

    Class BlockEditorPropertyHandler

    A handler for Block editors used to bind to notifications

    Inheritance
    System.Object
    ComplexPropertyEditorContentNotificationHandler
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public class BlockEditorPropertyHandler : ComplexPropertyEditorContentNotificationHandler

    Constructors

    BlockEditorPropertyHandler(ILogger<BlockEditorPropertyHandler>)

    Declaration
    public BlockEditorPropertyHandler(ILogger<BlockEditorPropertyHandler> logger)
    Parameters
    Type Name Description
    ILogger<BlockEditorPropertyHandler> logger

    Properties

    EditorAlias

    Declaration
    protected override string EditorAlias { get; }
    Property Value
    Type Description
    System.String

    Methods

    FormatPropertyValue(String, Boolean)

    Declaration
    protected override string FormatPropertyValue(string rawJson, bool onlyMissingKeys)
    Parameters
    Type Name Description
    System.String rawJson
    System.Boolean onlyMissingKeys
    Returns
    Type Description
    System.String
    In This Article
    • Constructors
      • BlockEditorPropertyHandler(ILogger<BlockEditorPropertyHandler>)
    • Properties
      • EditorAlias
    • Methods
      • FormatPropertyValue(String, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX