Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEmptyingRecycleBinNotification

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

    Inheritance
    object
    StatefulNotification
    EmptyingRecycleBinNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentEmptyingRecycleBinNotification : EmptyingRecycleBinNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ContentEmptyingRecycleBinNotification(IEnumerable<IContent>?, EventMessages)

    Initializes a new instance of the ContentEmptyingRecycleBinNotification

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

    The collection of IContent objects being deleted.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX