Class PermanentLinkMap
A class that provides mapping between a System.Guid ContentReference
Inheritance
System.Object
    PermanentLinkMap
  Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PermanentLinkMap : ObjectConstructors
PermanentLinkMap(Guid, ContentReference)
Creates a new instance of PermanentLinkMap
Declaration
public PermanentLinkMap(Guid guid, ContentReference contentLink)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Guid | guid | |
| ContentReference | contentLink | 
Properties
ContentReference
Gets or sets the content reference.
Declaration
public ContentReference ContentReference { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | The page reference. | 
Guid
Gets or sets the GUID.
Declaration
public Guid Guid { get; protected set; }Property Value
| Type | Description | 
|---|---|
| System.Guid | The GUID. | 
PermanentLinkUrl
Gets or sets the permanent link URL.
Declaration
public Uri PermanentLinkUrl { get; protected set; }Property Value
| Type | Description | 
|---|---|
| System.Uri | The permanent link URL. It is always relative. | 
