Search Results for

    Show / Hide Table of Contents
    View Source

    Class CancelableNotification

    Inheritance
    System.Object
    StatefulNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class CancelableNotification : StatefulNotification, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    CancelableNotification(EventMessages)

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

    Properties

    View Source

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Messages

    Declaration
    public EventMessages Messages { get; }
    Property Value
    Type Description
    EventMessages

    Methods

    View Source

    CancelOperation(EventMessage)

    Declaration
    public void CancelOperation(EventMessage cancellationMessage)
    Parameters
    Type Name Description
    EventMessage cancellationMessage
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CancelableNotification(EventMessages)
    • Properties
      • Cancel
      • Messages
    • Methods
      • CancelOperation(EventMessage)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX