SaaS CMS has officially launched! Learn more now.

Class PropertyPageGuidChangeTransform

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class PropertyPageGuidChangeTransform

Constructors

PropertyPageGuidChangeTransform()

Declaration
public PropertyPageGuidChangeTransform()

Methods

ExportEventHandler(Object, TransformPropertyEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This method is used to change pages guids when the consumer and the producer is the same site.

Declaration
public 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