View Source
  Class ContentTypeRefreshNotification<T>
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class ContentTypeRefreshNotification<T> : ContentTypeChangeNotification<T>, IStatefulNotification, INotification where T : class, IContentTypeComposition
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  ContentTypeRefreshNotification(IEnumerable<ContentTypeChange<T>>, EventMessages)
  
  
  Declaration
  
    protected ContentTypeRefreshNotification(IEnumerable<ContentTypeChange<T>> target, EventMessages messages)
   
  Parameters
  
  
    View Source
  
  ContentTypeRefreshNotification(ContentTypeChange<T>, EventMessages)
  
  
  Declaration
  
    protected ContentTypeRefreshNotification(ContentTypeChange<T> target, EventMessages messages)
   
  Parameters