Class Exporter
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: Sdl.Core.TM.ImportExport
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
[Obsolete("Use ExporterAsync")]
public class Exporter : ExporterAsync
Constructors
Exporter()
Declaration
[Obsolete("Use version providing ICultureMetadataManager")]
public Exporter()
Exporter(ICultureMetadataManager)
Declaration
public Exporter(ICultureMetadataManager cultureMetadataManager)
Parameters
Type | Name | Description |
---|---|---|
Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager | cultureMetadataManager |
Methods
Export(IExportOrigin, String, Boolean)
Starts the export process with the configured settings into a file with the specified name.
Declaration
public void Export(IExportOrigin exportOrigin, string fileName, bool overwriteExisting)
Parameters
Type | Name | Description |
---|---|---|
IExportOrigin | exportOrigin | |
System.String | fileName | Name of the file. |
System.Boolean | overwriteExisting | if set to |
OnBatchExportedAsync(Int32, Int32)
Declaration
protected override Task<bool> OnBatchExportedAsync(int totalProcessed, int totalExported)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalProcessed | |
System.Int32 | totalExported |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
Overrides
Events
BatchExported
Declaration
[Obsolete]
public event EventHandler<BatchExportedEventArgs> BatchExported
Event Type
Type | Description |
---|---|
System.EventHandler<BatchExportedEventArgs> |