Enum EditTab
Defines the base set of tabs used when editing pages.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum EditTabRemarks
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. | 
| Link | 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. | 
