Search Results for

    Show / Hide Table of Contents
    View Source

    Class TreeChangeNotification<T>

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<TreeChange<T>>>
    EnumerableObjectNotification<TreeChange<T>>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class TreeChangeNotification<T> : EnumerableObjectNotification<TreeChange<T>>, IStatefulNotification, INotification
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    TreeChangeNotification(IEnumerable<TreeChange<T>>, EventMessages)

    Declaration
    protected TreeChangeNotification(IEnumerable<TreeChange<T>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<TreeChange<T>> target
    EventMessages messages
    View Source

    TreeChangeNotification(TreeChange<T>, EventMessages)

    Declaration
    protected TreeChangeNotification(TreeChange<T> target, EventMessages messages)
    Parameters
    Type Name Description
    TreeChange<T> target
    EventMessages messages

    Properties

    View Source

    Changes

    Declaration
    public IEnumerable<TreeChange<T>> Changes { get; }
    Property Value
    Type Description
    IEnumerable<TreeChange<T>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TreeChangeNotification(IEnumerable<TreeChange<T>>, EventMessages)
      • TreeChangeNotification(TreeChange<T>, EventMessages)
    • Properties
      • Changes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX