Class Exporter
Namespace: SdlSdl.CoreSdl.Core.TMImportExport
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
[Obsolete("Use ExporterAsync")]
public class Exporter : ExporterAsync
Constructors
Exporter()
Declaration
[Obsolete("Use version providing ICultureMetadataManager")]
public Exporter()
Declaration
public Exporter(ICultureMetadataManager cultureMetadataManager)
Parameters
Methods
Export(IExportOrigin, string, bool)
Starts the export process with the configured settings into a file with the specified name.
This method supports GZip compressed files, such as: export.tmx.gz
Declaration
public void Export(IExportOrigin exportOrigin, string fileName, bool overwriteExisting)
Parameters
Type |
Name |
Description |
IExportOrigin |
exportOrigin |
|
string |
fileName |
Name of the file.
|
bool |
overwriteExisting |
if set to true [overwrite existing].
|
OnBatchExportedAsync(int, int)
Declaration
protected override Task<bool> OnBatchExportedAsync(int totalProcessed, int totalExported)
Parameters
Type |
Name |
Description |
int |
totalProcessed |
|
int |
totalExported |
|
Returns
Overrides
Events
BatchExported
Declaration
[Obsolete]
public event EventHandler<BatchExportedEventArgs> BatchExported
Event Type