Search Results for

    Show / Hide Table of Contents
    View Source

    Class ElementEmptyingRecycleBinNotification

    Inheritance
    object
    StatefulNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ElementEmptyingRecycleBinNotification : StatefulNotification, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ElementEmptyingRecycleBinNotification(EventMessages)

    Declaration
    public ElementEmptyingRecycleBinNotification(EventMessages messages)
    Parameters
    Type Name Description
    EventMessages messages

    Properties

    View Source

    Cancel

    Gets or sets a value indicating whether the operation should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true if the operation should be canceled; otherwise, false.

    View Source

    Messages

    Declaration
    public EventMessages Messages { get; }
    Property Value
    Type Description
    EventMessages
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX