Defines the base set of tabs used when editing pages.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public enum EditTab |
Members
| Member name | Description | |
|---|---|---|
| None |
No tab at all.
| |
| MinSystemTab |
The value of the first system tab.
| |
| Information |
The first and main tab.
| |
| Advanced |
A tab for more advanced settings.
| |
| Category |
A tab where the built in page categories will be shown.
| |
| Link |
A tab that is used to handle how links to this page shown be handled.
| |
| Scheduling |
A tab that is used to handle time related matters such as publishing and creation.
| |
| MaxSystemTab |
The value of the last system tab.
|
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.