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: 10.10.4Syntax
public class MirroringDataExporter : DefaultDataExporter, 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
Implements
System.IDisposable