Class TranslationMemoryQuery
Defines the query to be executed over the translation memories
Inherited Members
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[] |