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!

Class PropertyGuidTransform

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Helps tp mapped a guid from LinkGuidMap

Inheritance
System.Object
PropertyGuidTransform
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 PropertyGuidTransform

Constructors

PropertyGuidTransform()

Declaration
public PropertyGuidTransform()

Methods

ImportEventHandler(Object, TransformPropertyEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This method is used to mapped guids from LinkGuidMap .

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

The sender.

TransformPropertyEventArgs e

The TransformPropertyEventArgs instance containing the event data.

Extension Methods