SaaS CMS has officially launched! Learn more now.

Class EditTab

Defines the base set of tabs used when editing pages.

Inheritance
System.Object
EditTab
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class EditTab : Enum
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

Advanced

A tab for more advanced settings.

Declaration
public const EditTab Advanced
Field Value
Type Description
EditTab

Category

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

Declaration
public const EditTab Category
Field Value
Type Description
EditTab

Information

The first and main tab.

Declaration
public const EditTab Information
Field Value
Type Description
EditTab

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

Declaration
public const EditTab Link
Field Value
Type Description
EditTab

Used for internal links, external links, fetch data from etc.

MaxSystemTab

The value of the last system tab.

Declaration
public const EditTab MaxSystemTab
Field Value
Type Description
EditTab

MinSystemTab

The value of the first system tab.

Declaration
public const EditTab MinSystemTab
Field Value
Type Description
EditTab

None

No tab at all.

Declaration
public const EditTab None
Field Value
Type Description
EditTab
Remarks

Set this as the tab if you want to hide the property.

Scheduling

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

Declaration
public const EditTab Scheduling
Field Value
Type Description
EditTab

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods