Remaps permanent links according to the provided link mapping.

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public virtual void RemapPermanentLinkReferences(
	IDictionary<Guid, Guid> idMap
)

Parameters

idMap
Type: System.Collections.Generic..::.IDictionary<(Of <(Guid, Guid>)>)
The link mapping.

Implements

IReferenceMap..::.RemapPermanentLinkReferences(IDictionary<(Of <(Guid, Guid>)>))

See Also