Class Exporter
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|---|
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 | |
String | fileName | Name of the file. |
Boolean | overwriteExisting | if set to |
OnBatchExportedAsync(Int32, Int32)
Declaration
protected override Task<bool> OnBatchExportedAsync(int totalProcessed, int totalExported)
Parameters
Type | Name | Description |
---|---|---|
Int32 | totalProcessed | |
Int32 | totalExported |
Returns
Type | Description |
---|---|
Task<Boolean> |
Overrides
Events
BatchExported
Declaration
[Obsolete]
public event EventHandler<BatchExportedEventArgs> BatchExported
Event Type
Type | Description |
---|---|
EventHandler<BatchExportedEventArgs> |