Update v14 api docs with info from umbraco docs (#15977)
* update api docs * small update
This commit is contained in:
committed by
GitHub
parent
513f39f623
commit
85747593cc
@@ -5,7 +5,9 @@ using Umbraco.Cms.Core.Events;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
|
||||
namespace Umbraco.Cms.Core.Notifications;
|
||||
|
||||
/// <summary>
|
||||
/// A notification that is used to trigger the IFileService when the SaveScript method is called in the API, after the script has been saved.
|
||||
/// </summary>
|
||||
public class ScriptSavedNotification : SavedNotification<IScript>
|
||||
{
|
||||
public ScriptSavedNotification(IScript target, EventMessages messages)
|
||||
|
||||
Reference in New Issue
Block a user