Interface IPermanentLinkMapper
Specifies methods for mapping between url/Guid/ContentReference
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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 |