Try our conversational search powered by Generative AI!

Class PermanentContentLinkMap

Handles conversion between permanent links and classic links for content links.

Inheritance
System.Object
PermanentContentLinkMap
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.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("Use class PermanentLinkMap instead")]
public class PermanentContentLinkMap : PermanentLinkMap

Constructors

PermanentContentLinkMap(Guid, String, ContentReference, PageMapSettings)

Initializes a new instance of the PermanentContentLinkMap class.

Declaration
public PermanentContentLinkMap(Guid guid, string extension, ContentReference contentReference, PageMapSettings settings)
Parameters
Type Name Description
System.Guid guid

The GUID.

System.String extension

The extension.

ContentReference contentReference

The page reference.

PageMapSettings settings

The settings.

Properties

PageMapSettings

Gets or sets the page map settings.

Declaration
public PageMapSettings PageMapSettings { get; protected set; }
Property Value
Type Description
PageMapSettings

The settings.

Extension Methods