Search Results for

    Show / Hide Table of Contents

    Class Exporter

    Inheritance
    object
    ExporterAsync
    Exporter
    TranslationMemoryExporter
    Inherited Members
    ExporterAsync.ExportAsync(IExportOriginAsync, string, bool)
    ExporterAsync.TmxExportFormat
    ExporterAsync.FilterExpression
    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, 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
    Type Description
    Task<bool>
    Overrides
    ExporterAsync.OnBatchExportedAsync(int, int)

    Events

    BatchExported

    Declaration
    [Obsolete]
    public event EventHandler<BatchExportedEventArgs> BatchExported
    Event Type
    Type Description
    EventHandler<BatchExportedEventArgs>
    In this article
    • Constructors
      • Exporter()
      • Exporter(ICultureMetadataManager)
    • Methods
      • Export(IExportOrigin, string, bool)
      • OnBatchExportedAsync(int, int)
    • Events
      • BatchExported
    Back to top Generated by DocFX