View Source
  Class SendingAllowedChildrenNotification
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class SendingAllowedChildrenNotification : INotification
   
  Constructors
  
  
    View Source
  
  SendingAllowedChildrenNotification(IEnumerable<ContentTypeBasic>, IUmbracoContext)
  
  
  Declaration
  
    public SendingAllowedChildrenNotification(IEnumerable<ContentTypeBasic> children, IUmbracoContext umbracoContext)
   
  Parameters
  
  Properties
  
  
    View Source
  
  Children
  
  
  Declaration
  
    public IEnumerable<ContentTypeBasic> Children { get; set; }
   
  Property Value
  
  
    View Source
  
  UmbracoContext
  
  
  Declaration
  
    public IUmbracoContext UmbracoContext { get; }
   
  Property Value