Try our conversational search powered by Generative AI!

Class LinkTypeList

Helper class for links.

Inheritance
System.Object
LinkTypeList
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class LinkTypeList

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