Try our conversational search powered by Generative AI!

Class PropertyPageGuidChangeTransform

Updates the page guid property and add the mapping to the transfer context PageGuidMap for the mirroring functionality.

Inheritance
System.Object
PropertyPageGuidChangeTransform
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
public class PropertyPageGuidChangeTransform

Constructors

PropertyPageGuidChangeTransform()

Declaration
public PropertyPageGuidChangeTransform()

Methods

ExportEventHandler(Object, TransformPropertyEventArgs)

This method is used to change pages guids when the consumer and the producer is the same site.

Declaration
public static void ExportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

TransformPropertyEventArgs e

The TransformPropertyEventArgs instance containing the event data.

Extension Methods