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
    System.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(Nullable<IEnumerable<IContent>>, EventMessages)

    Initializes a new instance of the ContentEmptyingRecycleBinNotification

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

    The collection of IContent objects being deleted.

    EventMessages messages

    Initializes a new instance of the EventMessages.

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