Class PropertyUrlTransform
Transfer a PropertyUrl property for the transfer functionality.
Inheritance
Inherited Members
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class PropertyUrlTransformRemarks
Notice that derived class PropertyDocumentUrlTransform/PropertyImageUrlTransform handles the derived classes from PropertyUrl, we only check the specific type PropertyUrl here even though they are similar.
Constructors
PropertyUrlTransform()
Declaration
public PropertyUrlTransform()Methods
ExportEventHandler(Object, TransformPropertyEventArgs)
Event handler for ExportProperty event that transforms PropertyUrl.
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. | 
ExportEventHandler<T>(Object, TransformPropertyEventArgs)
Generic event handler for the ExportProperty event
Declaration
public static void ExportEventHandler<T>(object sender, TransformPropertyEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | The sender. | 
| TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. | 
Type Parameters
| Name | Description | 
|---|---|
| T | The type of the property | 
ImportEventHandler(Object, TransformPropertyEventArgs)
Event handler for ImportProperty event that transforms PropertyUrl.
Declaration
public static void ImportEventHandler(object sender, TransformPropertyEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | The sender. | 
| TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. | 
ImportEventHandler<T>(Object, TransformPropertyEventArgs)
Generic event handler for the ImportProperty event
Declaration
public static void ImportEventHandler<T>(object sender, TransformPropertyEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | The sender. | 
| TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. | 
Type Parameters
| Name | Description | 
|---|---|
| T | The type of the property | 
