Search Results for

    Show / Hide Table of Contents

    Class ExportSettings

    Encapsulates settings and parameters for export.

    Inheritance
    object
    ExportSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    [DataContract]
    public class ExportSettings

    Constructors

    ExportSettings()

    Declaration
    public ExportSettings()

    Properties

    EditScript

    If an edit script is set, it will be applied before the TU is exported, but after the filter conditions (if present) are evaluated.

    Declaration
    [DataMember]
    public EditScript EditScript { get; set; }
    Property Value
    Type Description
    EditScript

    Filter

    If a filter is set, only TUs which match the filter will be exported.

    Declaration
    [DataMember]
    public FilterExpression Filter { get; set; }
    Property Value
    Type Description
    FilterExpression
    In this article
    • Constructors
      • ExportSettings()
    • Properties
      • EditScript
      • Filter
    Back to top Generated by DocFX