Class PermanentContentLinkMap
Handles conversion between permanent links and classic links for content links.
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: 10.10.4Syntax
[Obsolete("Use class PermanentLinkMap instead")]
public class PermanentContentLinkMap : PermanentLinkMapConstructors
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. | 
