コード例 #1
0
 /// <summary>
 ///  Clear the cache on the Umbraco Media deleted notification
 /// </summary>
 public void Handle(MediaDeletedNotification notification) => ClearOnEvents();
コード例 #2
0
 public void Handle(MediaDeletedNotification notification) => DeleteContainedFiles(notification.DeletedEntities);