Search Results for

    Show / Hide Table of Contents

    Class Exporter

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

    Name of the file.

    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
    Int32 totalProcessed
    Int32 totalExported
    Returns
    Type Description
    Task<Boolean>
    Overrides
    ExporterAsync.OnBatchExportedAsync(Int32, Int32)

    Events

    BatchExported

    Declaration
    [Obsolete]
    public event EventHandler<BatchExportedEventArgs> BatchExported
    Event Type
    Type Description
    EventHandler<BatchExportedEventArgs>
    In this article
    Back to top Generated by DocFX