SaaS CMS has officially launched! Learn more now.

Class SystemContentRootNames

Consts for system root name

Inheritance
System.Object
SystemContentRootNames
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class SystemContentRootNames : Object

Constructors

SystemContentRootNames()

Declaration
public SystemContentRootNames()

Fields

ContentAssets

Declaration
public const string ContentAssets = "ContentAssets"
Field Value
Type Description
System.String

GlobalAssets

Declaration
public const string GlobalAssets = "GlobalAssets"
Field Value
Type Description
System.String

RootPage

Declaration
public const string RootPage = "RootPage"
Field Value
Type Description
System.String

WasteBasket

Declaration
public const string WasteBasket = "WasteBasket"
Field Value
Type Description
System.String

Extension Methods