Class AutomaticSiteMappingElement
Inheritance
System.Object
AutomaticSiteMappingElement
Assembly: EPiServer.Framework.dll
Version: 9.12.2
Syntax
[Obsolete("Use EPiServer.Web.SiteDefinitionRepository and SiteDefinition in EPiServer.dll to work with sites")]
public class AutomaticSiteMappingElement : ConfigurationElement
Constructors
AutomaticSiteMappingElement()
Declaration
public AutomaticSiteMappingElement()
Properties
CurrentKey
Declaration
public static string CurrentKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
SiteId
Declaration
public string SiteId { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods