Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum PageShortcutType

Type of page link.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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.

Extension Methods