SaaS CMS has officially launched! Learn more now.

Class LinkTypeList

Helper class for links.

Inheritance
System.Object
LinkTypeList
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class LinkTypeList : Object

Constructors

LinkTypeList()

Declaration
public LinkTypeList()

Methods

TranslatedWarningString(PageShortcutType)

Gets a translated string with information about the link type.

Declaration
public static string TranslatedWarningString(PageShortcutType shortcutType)
Parameters
Type Name Description
PageShortcutType shortcutType

Type of the shortcut.

Returns
Type Description
System.String

A translated string with information about the link type.

Remarks

This can be used to indicate that a page is an external link or fetches data etc.

Extension Methods