Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IPermanentLinkMapper

Specifies methods for mapping between url/Guid/ContentReference

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IPermanentLinkMapper

Methods

Find(ContentReference)

Finds a PermanentContentLinkMap for a given ContentReference

Declaration
PermanentLinkMap Find(ContentReference contentReference)
Parameters
Type Name Description
ContentReference contentReference

The content reference.

Returns
Type Description
PermanentLinkMap

A PermanentContentLinkMap if exist, else null is returned

Find(Guid)

Finds a PemanentLinkMap for a given Guid

Declaration
PermanentLinkMap Find(Guid guid)
Parameters
Type Name Description
System.Guid guid

The GUID.

Returns
Type Description
PermanentLinkMap

A PermanentLinkMap if exist, else null is returned

Extension Methods