Class MirroringDataExporter
Inheritance
System.Object
MirroringDataExporter
Implements
System.IDisposable
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: 9.12.2Syntax
public class MirroringDataExporter : DataExporter, ITransferContext, IContentTransferContext, ITransferHandlerContext, IDataExporter, IDisposable
Constructors
MirroringDataExporter(IList<String>, IDictionary<Guid, Guid>)
Initializes a new instance of the MirroringDataExporter class.
Declaration
public MirroringDataExporter(IList<string> langsToMirror, IDictionary<Guid, Guid> linkGuidMap)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.String> | langsToMirror | The langs to mirror. |
System.Collections.Generic.IDictionary<System.Guid, System.Guid> | linkGuidMap | The link GUID map. |
Methods
ExportContent(XmlTextWriter, ContentReference, IContentTransferContext, ITransferContentData)
Declaration
protected override void ExportContent(XmlTextWriter xml, ContentReference contentToExport, IContentTransferContext context, ITransferContentData transferContent)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlTextWriter | xml | |
ContentReference | contentToExport | |
IContentTransferContext | context | |
ITransferContentData | transferContent |
Overrides
OnExportProperty(TransformPropertyEventArgs)
Raises the ExportProperty event.
Declaration
public override void OnExportProperty(TransformPropertyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. |
Overrides
Events
ExportPropertyEvent
Declaration
public static event EventHandler<TransformPropertyEventArgs> ExportPropertyEvent
Event Type
Type | Description |
---|---|
System.EventHandler<TransformPropertyEventArgs> |
Implements
System.IDisposable