Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICancelableNotification

    Represents a notification that can be canceled by a notification handler.

    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICancelableNotification : INotification
    Remarks

    When a notification handler sets Cancel to true, the operation that triggered the notification will be aborted.

    Properties

    View Source

    Cancel

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

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

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

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