A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum PageShortcutType

Type of page link.

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