Enum FieldValueType
Specifies the type of a field declaration or value.
The field type define the operators that can be applied to a particular field value.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum FieldValueType
Fields
| Name | Description |
|---|---|
| DateTime | The field value contains one DateTime value. |
| Integer | The field value contains one integer value. |
| MultiplePicklist | The field value contains one or more picklist value ID's. |
| MultipleString | The field value contains one or more strings. |
| SinglePicklist | The field value contains one picklist value ID. |
| SingleString | The field value contains one string value. |
| Unknown | Field type is unknown. |