Search Results for

    Show / Hide Table of Contents

    Class ComplexPropertyEditorContentNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ComplexPropertyEditorContentNotificationHandler : INotificationHandler<ContentSavingNotification>

    Properties

    EditorAlias

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

    Methods

    FormatPropertyValue(String, Boolean)

    Declaration
    protected abstract string FormatPropertyValue(string rawJson, bool onlyMissingKeys)
    Parameters
    Type Name Description
    System.String rawJson
    System.Boolean onlyMissingKeys
    Returns
    Type Description
    System.String

    Handle(ContentCopyingNotification)

    Declaration
    public void Handle(ContentCopyingNotification notification)
    Parameters
    Type Name Description
    ContentCopyingNotification notification

    Handle(ContentSavingNotification)

    Declaration
    public void Handle(ContentSavingNotification notification)
    Parameters
    Type Name Description
    ContentSavingNotification notification
    In This Article
    • Properties
      • EditorAlias
    • Methods
      • FormatPropertyValue(String, Boolean)
      • Handle(ContentCopyingNotification)
      • Handle(ContentSavingNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX