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