Search Results for

    Show / Hide Table of Contents
    View Source

    Class MovingToRecycleBinNotification<T>

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

    Constructors

    View Source

    MovingToRecycleBinNotification(IEnumerable<MoveEventInfo<T>>, EventMessages)

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

    MovingToRecycleBinNotification(MoveEventInfo<T>, EventMessages)

    Declaration
    protected MovingToRecycleBinNotification(MoveEventInfo<T> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<T> target
    EventMessages messages

    Properties

    View Source

    MoveInfoCollection

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