View Source
  Class CompiledPackageXmlParser
  
  Parses the xml document contained in a compiled (zip) Umbraco package
 
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class CompiledPackageXmlParser
   
  Constructors
  
  
    View Source
  
  CompiledPackageXmlParser(ConflictingPackageData)
  
  
  Declaration
  
    public CompiledPackageXmlParser(ConflictingPackageData conflictingPackageData)
   
  Parameters
  
  Methods
  
  
    View Source
  
  ToCompiledPackage(XDocument)
  
  
  Declaration
  
    public CompiledPackage ToCompiledPackage(XDocument xml)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Xml.Linq.XDocument | 
        xml | 
         | 
      
    
  
  Returns