Enum SortDirection
Specifies the sort direction, ascending or descending.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum SortDirection
Fields
| Name | Description |
|---|---|
| Ascending | The translation units will be sorted ascending according to the specified sort criterium. |
| Descending | The translation units will be sorted descending according to the specified sort criterium. |