View Source
  Class CreateChildEntity
  
  Represents the refresh node menu item
 
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public sealed class CreateChildEntity : ActionMenuItem
   
  Constructors
  
  
    View Source
  
  CreateChildEntity(String, Boolean)
  
  
  Declaration
  
    public CreateChildEntity(string name, bool separatorBefore = false)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
      
        | System.Boolean | 
        separatorBefore | 
         | 
      
    
  
  
    View Source
  
  CreateChildEntity(ILocalizedTextService, Boolean)
  
  
  Declaration
  
    public CreateChildEntity(ILocalizedTextService textService, bool separatorBefore = false)
   
  Parameters
  
  Properties
  
  
    View Source
  
  AngularServiceName
  
  
  Declaration
  
    public override string AngularServiceName { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |