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