Enum EditUpdateMode
Enumerates the ways how a translation unit that has been changed by an edit script should be updated in the TM.
Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum EditUpdateModeFields
| Name | Description | 
|---|---|
| AddTranslationUnit | The edited translation unit will be added to the TM, which will then contain both the original translation unit as well as the edited one (unless there are duplicates). | 
| UpdateTranslationUnit | The translation unit should be updated (overwritten). The original translation unit will be lost. |