Search Results for

    Show / Hide Table of Contents

    Class Exporter

    Inheritance
    System.Object
    ExporterAsync
    Exporter
    TranslationMemoryExporter
    Inherited Members
    ExporterAsync.ExportAsync(IExportOriginAsync, String, Boolean)
    ExporterAsync.TmxExportFormat
    ExporterAsync.FilterExpression
    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. 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
    System.String fileName

    Name of the file.

    System.Boolean overwriteExisting

    if set to true [overwrite existing].

    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
    ExporterAsync.OnBatchExportedAsync(Int32, Int32)

    Events

    BatchExported

    Declaration
    [Obsolete]
    public event EventHandler<BatchExportedEventArgs> BatchExported
    Event Type
    Type Description
    System.EventHandler<BatchExportedEventArgs>

    On this page

    • Constructors
      • Exporter()
      • Exporter(ICultureMetadataManager)
    • Methods
      • Export(IExportOrigin, String, Boolean)
      • OnBatchExportedAsync(Int32, Int32)
    • Events
      • BatchExported
    Back to top Generated by DocFX