Class SiteElement
Inheritance
System.Object
SiteElement
Assembly: EPiServer.Configuration.dll
Version: 9.12.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 |
|
SiteId
Declaration
public string SiteId { get; set; }
Property Value
Type |
Description |
System.String |
|
SiteSettings
Declaration
public Settings SiteSettings { get; set; }
Property Value
Extension Methods