Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentMovedToRecycleBinNotification

    A notification that is used to trigger the IContentService when the MoveToRecycleBin method is called in the API. Is published after the content has been moved to the Recycle Bin.

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

    Constructors

    View Source

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

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

    ContentMovedToRecycleBinNotification(MoveToRecycleBinEventInfo<IContent>, EventMessages)

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