View Source
  Class ConflictingPackageData
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ConflictingPackageData
   
  Constructors
  
  
    View Source
  
  ConflictingPackageData(IMacroService, IFileService)
  
  
  Declaration
  
    public ConflictingPackageData(IMacroService macroService, IFileService fileService)
   
  Parameters
  
  Methods
  
  
    View Source
  
  FindConflictingMacros(Nullable<IEnumerable<XElement>>)
  
  
  Declaration
  
    public IEnumerable<IMacro>? FindConflictingMacros(IEnumerable<XElement>? macroNodes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<System.Xml.Linq.XElement>> | 
        macroNodes | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<IMacro>> | 
         | 
      
    
  
  
    View Source
  
  FindConflictingStylesheets(Nullable<IEnumerable<XElement>>)
  
  
  Declaration
  
    public IEnumerable<IFile>? FindConflictingStylesheets(IEnumerable<XElement>? stylesheetNodes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<System.Xml.Linq.XElement>> | 
        stylesheetNodes | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<IFile>> | 
         | 
      
    
  
  
    View Source
  
  FindConflictingTemplates(Nullable<IEnumerable<XElement>>)
  
  
  Declaration
  
    public IEnumerable<ITemplate>? FindConflictingTemplates(IEnumerable<XElement>? templateNodes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<System.Xml.Linq.XElement>> | 
        templateNodes | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<IEnumerable<ITemplate>> | 
         |