⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class TranslationMemoryQuery

    Defines the query to be executed over the translation memories

    Inheritance
    object
    TranslationMemoryQuery
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class TranslationMemoryQuery

    Constructors

    TranslationMemoryQuery()

    Default constructor for TM query

    Declaration
    public TranslationMemoryQuery()

    Properties

    IncludeChildResourceGroups

    Decide to include sub-organization when filtering by the organiation

    Declaration
    public bool IncludeChildResourceGroups { get; set; }
    Property Value
    Type Description
    bool

    Index

    O based index of page results

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int

    IsProject

    Filter the project translation memories

    Declaration
    public bool IsProject { get; set; }
    Property Value
    Type Description
    bool

    ResourceGroupPath

    Filter by the organization

    Declaration
    public string ResourceGroupPath { get; set; }
    Property Value
    Type Description
    string

    Size

    the max number of entities to be returned by the query

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    int

    SourceLanguageCodes

    Filter by the source languages

    Declaration
    public string[] SourceLanguageCodes { get; set; }
    Property Value
    Type Description
    string[]

    TargetLanguageCodes

    Filter by the source languages

    Declaration
    public string[] TargetLanguageCodes { get; set; }
    Property Value
    Type Description
    string[]
    In this article
    Back to top Generated by DocFX