Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum EditTab

Defines the base set of tabs used when editing pages.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum EditTab
Remarks

You can use any number above MaxSystemTab for custom tabs. Any property marked with None as OwnerTab will not show up as an editable property.

Fields

Name Description
Advanced

A tab for more advanced settings.

Category

A tab where the built in page categories will be shown.

Information

The first and main tab.

A tab that is used to handle how links to this page shown be handled.

MaxSystemTab

The value of the last system tab.

MinSystemTab

The value of the first system tab.

None

No tab at all.

Scheduling

A tab that is used to handle time related matters such as publishing and creation.

Extension Methods