London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IPermanentLinkMapper

Specifies methods for mapping between url/Guid/ContentReference

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 10.10.4
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