SaaS CMS has officially launched! Learn more now.

Class AutomaticSiteMappingElement

Inheritance
System.Object
AutomaticSiteMappingElement
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 7.19.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