View Source
  Class ContentSendingToPublishNotification
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public sealed class ContentSendingToPublishNotification : CancelableObjectNotification<IContent>, IStatefulNotification, ICancelableNotification, INotification
   
  Constructors
  
  
    View Source
  
  ContentSendingToPublishNotification(IContent, EventMessages)
  
  
  Declaration
  
    public ContentSendingToPublishNotification(IContent target, EventMessages messages)
   
  Parameters
  
  Properties
  
  
    View Source
  
  Entity
  
  
  Declaration
  
    public IContent Entity { get; }
   
  Property Value