Search Results for

    Show / Hide Table of Contents

    Class Exporter

    Inheritance
    System.Object
    Exporter
    TranslationMemoryExporter
    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
    public class Exporter

    Constructors

    Exporter()

    Declaration
    public Exporter()

    Properties

    FilterExpression

    Declaration
    public FilterExpression FilterExpression { get; set; }
    Property Value
    Type Description
    FilterExpression

    TmxExportFormat

    Declaration
    public TranslationUnitFormat TmxExportFormat { get; set; }
    Property Value
    Type Description
    TranslationUnitFormat

    Methods

    Export(IExportOrigin, String, Boolean)

    Declaration
    public void Export(IExportOrigin exportOrigin, string fileName, bool overwriteExisting)
    Parameters
    Type Name Description
    IExportOrigin exportOrigin
    System.String fileName
    System.Boolean overwriteExisting

    Events

    BatchExported

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

    On this page

    • Constructors
      • Exporter()
    • Properties
      • FilterExpression
      • TmxExportFormat
    • Methods
      • Export(IExportOrigin, String, Boolean)
    • Events
      • BatchExported
    Back to top Generated by DocFX