Enum FieldType
The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum FieldType
Fields
Name | Description |
---|---|
Pseudo | A pseudo field which does not exist physically, but which may be referred to by filters or edit scripts. |
System | A system-defined field. Added to the TM by the engine. |
User | A user-defined field. Added to the TM's setup dynamically. |