Search Results for

    Show / Hide Table of Contents
    View Source

    Class PartialViewDeletedNotification

    Notification published after a partial view has been deleted.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IPartialView>>
    EnumerableObjectNotification<IPartialView>
    DeletedNotification<IPartialView>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class PartialViewDeletedNotification : DeletedNotification<IPartialView>, IStatefulNotification, INotification
    Remarks

    This notification is published after a partial view file has been successfully deleted from the file system.

    Constructors

    View Source

    PartialViewDeletedNotification(IPartialView, EventMessages)

    Initializes a new instance of the PartialViewDeletedNotification class.

    Declaration
    public PartialViewDeletedNotification(IPartialView target, EventMessages messages)
    Parameters
    Type Name Description
    IPartialView target

    The partial view that was deleted.

    EventMessages messages

    The event messages collection.

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