Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>

    Inheritance
    System.Object
    ComplexPropertyEditorContentNotificationHandler
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem> : ComplexPropertyEditorContentNotificationHandler, INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler where TBlockLayoutItem : IBlockLayoutItem, new()
    Type Parameters
    Name Description
    TBlockLayoutItem

    Constructors

    View Source

    BlockEditorPropertyNotificationHandlerBase(ILogger<BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>>)

    Declaration
    protected BlockEditorPropertyNotificationHandlerBase(ILogger<BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>> logger)
    Parameters
    Type Name Description
    ILogger<BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>> logger

    Methods

    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockEditorPropertyNotificationHandlerBase(ILogger<BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>>)
    • Methods
      • FormatPropertyValue(String, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX