Enum ImportSettings.FieldUpdateMode
Specifies how existing custom field data should be updated.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum FieldUpdateMode
Fields
| Name | Description |
|---|---|
| LeaveUnchanged | Field values of the existing TU are not changed, the field values of the imported TU are discarded. |
| Merge | Field values of the imported TU are merged with that of the existing TU. This is the default. |
| Overwrite | Field values of the existing TU are overwritten with that of the imported TU. |