public void Handle(MediaSavingNotification notification)
 {
     foreach (var entity in notification.SavedEntities)
     {
         AutoFillProperties(entity);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 ///  Clear the cache on the Umbraco Media Saving notification
 /// </summary>
 public void Handle(MediaSavingNotification notification) => ClearOnEvents();