Esempio n. 1
0
 /// <summary>
 ///  Clear the cache on the Umbraco Content Moving notification
 /// </summary>
 public void Handle(ContentMovingNotification notification) => ClearOnEvents();
Esempio n. 2
0
 public void Handle(ContentMovingNotification notification) =>
 StoreOldRoutes(notification.MoveInfoCollection.Select(m => m.Entity), notification);