SaaS CMS has officially launched! Learn more now.

Class PageShortcutType

Type of page link.

Inheritance
System.Object
PageShortcutType
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class PageShortcutType : Enum
Remarks

Determines how a link to a page is rendered as well as how the page behaves when it is loaded.

Fields

External

The page points to an external url, e.g http://world.episerver.com/

Declaration
public const PageShortcutType External
Field Value
Type Description
PageShortcutType

FetchData

The page fetches data from from another page for properties that are empty.

Declaration
public const PageShortcutType FetchData
Field Value
Type Description
PageShortcutType

Inactive

The page is inactive.

Declaration
public const PageShortcutType Inactive
Field Value
Type Description
PageShortcutType

Normal

A normal link. Links to the page will simply show the page itself.

Declaration
public const PageShortcutType Normal
Field Value
Type Description
PageShortcutType

Shortcut

The page points to a page different than the current, acting as an internal shortcut.

Declaration
public const PageShortcutType Shortcut
Field Value
Type Description
PageShortcutType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods