View Source
  Class CompiledPackageContentBase
  
  Compiled representation of a content base (Document or Media)
 
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class CompiledPackageContentBase
   
  Properties
  
  
    View Source
  
  ImportMode
  
  
  Declaration
  
    public string ImportMode { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  XmlData
  The serialized version of the content
 
  
  Declaration
  
    public XElement XmlData { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Xml.Linq.XElement | 
         | 
      
    
  
  Methods
  
  
    View Source
  
  Create(XElement)
  
  
  Declaration
  
    public static CompiledPackageContentBase Create(XElement xml)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Xml.Linq.XElement | 
        xml | 
         | 
      
    
  
  Returns