Try our conversational search powered by Generative AI!

Class SystemTabNames

Provides constants for the different built in tabs in EPiServer.

Inheritance
System.Object
SystemTabNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public static class SystemTabNames

Fields

Categories

Constant representing the categories tab.

Declaration
[Obsolete("The tab no longer holds any system properties. Use Information, Advanced or a tab of your own creation")]
public const string Categories = "Categories"
Field Value
Type Description
System.String

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

Scheduling

Constant representing the scheduling tab.

Declaration
[Obsolete("The tab no longer holds any system properties. Use Information, Advanced or a tab of your own creation")]
public const string Scheduling = "Scheduling"
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.

Shortcut

Constant representing the Shortcut tab.

Declaration
[Obsolete("The tab no longer holds any system properties. Use Information, Advanced or a tab of your own creation")]
public const string Shortcut = "Shortcut"
Field Value
Type Description
System.String