Enum ImportSettings.TUUpdateMode
The mode to update TU when a TU with the same source segment already exists in the TM
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum TUUpdateMode
Fields
Name | Description |
---|---|
AddNew | Add a new TU and leave the original TU with the same source untouched. |
KeepMostRecent | Delete all the existing TUs with matching source segments and leaves only the most recent TU. |
LeaveUnchanged | Do not change the existing TUs with same source segment and ignore the new TU. |
Overwrite | Overwrite all the existing TUs where source segment matches with the new content. |
OverwriteCurrent | Overwrites only the current TUs where the source segment matches and leaves other existing TUs unmodified. |