Class SystemTabNames
Provides constants for the different built in tabs in EPiServer.
Inheritance
System.Object
SystemTabNames
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class SystemTabNames : Object
Fields
Content
Constant representing the content tab.
Declaration
public const string Content = "Information"
Field Value
Type | Description |
---|---|
System.String |
Remarks
This constant returns the string "Information". That is the value that is stored in the database.
PageHeader
The page header that is shown above the tabs or by scrolling up in the on page edit view.
Declaration
public const string PageHeader = "EPiServerCMS_SettingsPanel"
Field Value
Type | Description |
---|---|
System.String |
Settings
Constant representing the settings tab.
Declaration
public const string Settings = "Advanced"
Field Value
Type | Description |
---|---|
System.String |
Remarks
This constant returns the string "Advanced". This is the value that is stored in the database.