Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDeletingNotification

    A notification that is used to trigger the IContentService when the DeleteContentOfType, Delete and EmptyRecycleBin methods are called in the API.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IContent>>
    CancelableObjectNotification<IEnumerable<IContent>>
    CancelableEnumerableObjectNotification<IContent>
    DeletingNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentDeletingNotification : DeletingNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ContentDeletingNotification(IEnumerable<IContent>, EventMessages)

    Declaration
    public ContentDeletingNotification(IEnumerable<IContent> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IContent> target
    EventMessages messages
    View Source

    ContentDeletingNotification(IContent, EventMessages)

    Declaration
    public ContentDeletingNotification(IContent target, EventMessages messages)
    Parameters
    Type Name Description
    IContent target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX
    OSZAR »