Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class MirroringDataImporter

Inheritance
System.Object
MirroringDataImporter
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.Enterprise.Mirroring
Assembly: EPiServer.Enterprise.dll
Version: 7.19.2
Syntax
public class MirroringDataImporter : DataImporter, ITransferContext, IContentTransferContext, ITransferHandlerContext

Constructors

MirroringDataImporter()

Initializes a new instance of the MirroringDataImporter class.

Declaration
public MirroringDataImporter()

Methods

OnImportProperty(TransformPropertyEventArgs)

Raises the ImportProperty event.

Declaration
public override void OnImportProperty(TransformPropertyEventArgs e)
Parameters
Type Name Description
TransformPropertyEventArgs e

The TransformPropertyEventArgs instance containing the event data.

Overrides

Events

ImportPropertyEvent

Declaration
public static event EventHandler<TransformPropertyEventArgs> ImportPropertyEvent
Event Type
Type Description
System.EventHandler<TransformPropertyEventArgs>

Implements

Extension Methods