Enum PageShortcutType
Type of page link.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum PageShortcutType
Remarks
Determines how a link to a page is rendered as well as how the page behaves when it is loaded.
Fields
Name | Description |
---|---|
External | The page points to an external url, e.g http://world.episerver.com/ |
FetchData | The page fetches data from from another page for properties that are empty. |
Inactive | The page is inactive. |
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. |