View Source
  Class ContentTypeSavingNotification
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ContentTypeSavingNotification : SavingNotification<IContentType>, IStatefulNotification, ICancelableNotification, INotification
   
  Constructors
  
  
    View Source
  
  ContentTypeSavingNotification(IEnumerable<IContentType>, EventMessages)
  
  
  Declaration
  
    public ContentTypeSavingNotification(IEnumerable<IContentType> target, EventMessages messages)
   
  Parameters
  
  
    View Source
  
  ContentTypeSavingNotification(IContentType, EventMessages)
  
  
  Declaration
  
    public ContentTypeSavingNotification(IContentType target, EventMessages messages)
   
  Parameters