Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEmptyingRecycleBinNotification

    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)

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