Class SiteElement
  
  
  
  
    Inheritance
    System.Object
    
    SiteElement
   
  
  
  Assembly: EPiServer.Configuration.dll
  Version: 7.19.2
  Syntax
  
    [Obsolete("CMS sites are not setup in configuration anymore. Use SiteDefinitionRepository to create sites.")]
public class SiteElement : ConfigurationElementBase
   
  Constructors
  
  
  
  
  SiteElement()
  
  
  Declaration
  
  Properties
  
  
  
  
  ApplicationId
  
  
  Declaration
  
    public string ApplicationId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Description
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  LicenseFilePath
  
  
  Declaration
  
    [Obsolete("Resolve file path using EPiServerFrameworkSection.Instance.Licensing.ResolveLicensePath()")]
public string LicenseFilePath { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  SiteHosts
  
  
  Declaration
  
    [Obsolete("SiteHost handling has been moved to EPiServer.Framework, see EPiServerFrameworkSection.siteHostMapping", true)]
public HostNameCollection SiteHosts { get; }
   
  Property Value
  
  
  
  
  SiteId
  
  
  Declaration
  
    public string SiteId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  SiteSettings
  
  
  Declaration
  
    public Settings SiteSettings { get; set; }
   
  Property Value