Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityContainerDeletedNotification

    Notification published after entity containers (folders) have been deleted.

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

    Entity containers are used to organize content types, media types, and data types into folders. This notification is published after a container has been deleted.

    Constructors

    View Source

    EntityContainerDeletedNotification(EntityContainer, EventMessages)

    Initializes a new instance of the EntityContainerDeletedNotification class.

    Declaration
    public EntityContainerDeletedNotification(EntityContainer target, EventMessages messages)
    Parameters
    Type Name Description
    EntityContainer target

    The entity container that was deleted.

    EventMessages messages

    The event messages collection.

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