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