Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityContainerSavedNotification

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

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<EntityContainer>>
    EnumerableObjectNotification<EntityContainer>
    SavedNotification<EntityContainer>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class EntityContainerSavedNotification : SavedNotification<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 saved.

    Constructors

    View Source

    EntityContainerSavedNotification(EntityContainer, EventMessages)

    Initializes a new instance of the EntityContainerSavedNotification class.

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

    The entity container that was saved.

    EventMessages messages

    The event messages collection.

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