View Source
  Class InstallWarnings
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class InstallWarnings
   
  Properties
  
  
    View Source
  
  ConflictingMacros
  
  
  Declaration
  
    public IEnumerable<IMacro>? ConflictingMacros { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<IMacro>> | 
         | 
      
    
  
  
    View Source
  
  ConflictingStylesheets
  
  
  Declaration
  
    public IEnumerable<IFile>? ConflictingStylesheets { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<IFile>> | 
         | 
      
    
  
  
    View Source
  
  ConflictingTemplates
  
  
  Declaration
  
    public IEnumerable<ITemplate>? ConflictingTemplates { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<ITemplate>> | 
         |