Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScopedEntityRemoveNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IContentBase>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ScopedEntityRemoveNotification(IContentBase, EventMessages)
    • Properties
      • Entity
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX