Class ScriptSavedNotification
A notification that is used to trigger the IFileService when the SaveScript method is called in the API, after the script has been saved.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class ScriptSavedNotification : SavedNotification<IScript>, IStatefulNotification, INotification
Constructors
View SourceScriptSavedNotification(IEnumerable<IScript>, EventMessages)
Declaration
public ScriptSavedNotification(IEnumerable<IScript> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IScript> | target | |
EventMessages | messages |
ScriptSavedNotification(IScript, EventMessages)
Declaration
public ScriptSavedNotification(IScript target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IScript | target | |
EventMessages | messages |