Type of page link.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public enum PageShortcutType |
Members
| Member name | Description | |
|---|---|---|
| Normal |
A normal link. Links to the page will simply show the page itself.
| |
| Shortcut |
The page points to a page different than the current, acting as an internal shortcut.
| |
| External |
The page points to an external url, e.g http://world.episerver.com/
| |
| Inactive |
The page is inactive.
| |
| FetchData |
The page fetches data from from another page for properties that are empty.
|
Remarks
Determines how a link to a page is rendered as well as how the page behaves when it is loaded.