Try our conversational search powered by Generative AI!

Class PropertyContentAreaTransform

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

Constructors

PropertyContentAreaTransform()

Declaration
public PropertyContentAreaTransform()

Methods

ExportEventHandler(Object, TransformPropertyEventArgs)

Transform a PropertyXhtmlString property to an exportable format by changing the value of the PropertySource in the event args. If the result is handled by this method and should not be handled by the default handeling the event args property IsHandled has to be set.

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

The sender has to inherit from a page transfer EPiServer.Core.Transfer.IPageTransfer object.

TransformPropertyEventArgs e

The TransformPropertyEventArgs instance containing the event data.

ImportEventHandler(Object, TransformPropertyEventArgs)

Cleanup the content link on each content fragment

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.

Extension Methods