Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEmptiedRecycleBinNotification

    A notification that is used to trigger the IContentService when the EmptyRecycleBin method is called in the API, after the RecycleBin has been deleted.

    Inheritance
    System.Object
    StatefulNotification
    EmptiedRecycleBinNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentEmptiedRecycleBinNotification : EmptiedRecycleBinNotification<IContent>, IStatefulNotification, INotification

    Constructors

    View Source

    ContentEmptiedRecycleBinNotification(IEnumerable<IContent>, EventMessages)

    Initializes a new instance of the ContentEmptyingRecycleBinNotification

    Declaration
    public ContentEmptiedRecycleBinNotification(IEnumerable<IContent> deletedEntities, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IContent> deletedEntities

    The collection of deleted IContent object.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentEmptiedRecycleBinNotification(IEnumerable<IContent>, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX