Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScopedEntityRemoveNotification

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IContentBase>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    [Obsolete("This is only used for the internal cache and will change, use tree change notifications instead")]
    public class ScopedEntityRemoveNotification : ObjectNotification<IContentBase>, IStatefulNotification, INotification

    Constructors

    View Source

    ScopedEntityRemoveNotification(IContentBase, EventMessages)

    Declaration
    public ScopedEntityRemoveNotification(IContentBase target, EventMessages messages)
    Parameters
    Type Name Description
    IContentBase target
    EventMessages messages

    Properties

    View Source

    Entity

    Declaration
    public IContentBase Entity { get; }
    Property Value
    Type Description
    IContentBase
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX