Class PagedTranslationMemories
The paged translation memories
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class PagedTranslationMemories
Constructors
PagedTranslationMemories()
Declaration
public PagedTranslationMemories()
Properties
Index
Zero based index of the translations memories to be retrieved
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Size
The page size to be retrieved
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalEntities
Number of total translation memories result
Declaration
public int TotalEntities { get; set; }
Property Value
Type | Description |
---|---|
int |
TranslationMemories
The translation result based on the index and page size.
Declaration
public ServerBasedTranslationMemory[] TranslationMemories { get; set; }
Property Value
Type | Description |
---|---|
ServerBasedTranslationMemory |