View Source
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  
  
    public class MediaTypeRefreshedNotification : ContentTypeRefreshNotification<IMediaType>, IStatefulNotification, INotification
   
  Constructors
  
  
    View Source
  
  MediaTypeRefreshedNotification(IEnumerable<ContentTypeChange<IMediaType>>, EventMessages)
  
  
  Declaration
  
    public MediaTypeRefreshedNotification(IEnumerable<ContentTypeChange<IMediaType>> target, EventMessages messages)
   
  Parameters
  
  
    View Source
  
  MediaTypeRefreshedNotification(ContentTypeChange<IMediaType>, EventMessages)
  
  
  Declaration
  
    public MediaTypeRefreshedNotification(ContentTypeChange<IMediaType> target, EventMessages messages)
   
  Parameters