Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentMovingToRecycleBinNotification

    A notification that is used to trigger the IContentService when the MoveToRecycleBin method is called in the API.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveToRecycleBinEventInfo<IContent>>>
    CancelableObjectNotification<IEnumerable<MoveToRecycleBinEventInfo<IContent>>>
    MovingToRecycleBinNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentMovingToRecycleBinNotification : MovingToRecycleBinNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ContentMovingToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IContent>>, EventMessages)

    Declaration
    public ContentMovingToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IContent>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveToRecycleBinEventInfo<IContent>> target
    EventMessages messages
    View Source

    ContentMovingToRecycleBinNotification(MoveToRecycleBinEventInfo<IContent>, EventMessages)

    Declaration
    public ContentMovingToRecycleBinNotification(MoveToRecycleBinEventInfo<IContent> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveToRecycleBinEventInfo<IContent> target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentMovingToRecycleBinNotification(IEnumerable<MoveToRecycleBinEventInfo<IContent>>, EventMessages)
      • ContentMovingToRecycleBinNotification(MoveToRecycleBinEventInfo<IContent>, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX