Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScriptDeletedNotification

    A notification that is used to trigger the IFileService when the DeleteScript method is called in the API, after the script has been deleted.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IScript>>
    EnumerableObjectNotification<IScript>
    DeletedNotification<IScript>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ScriptDeletedNotification : DeletedNotification<IScript>, IStatefulNotification, INotification

    Constructors

    View Source

    ScriptDeletedNotification(IScript, EventMessages)

    Declaration
    public ScriptDeletedNotification(IScript target, EventMessages messages)
    Parameters
    Type Name Description
    IScript target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ScriptDeletedNotification(IScript, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX