Relativity.Services.Interfaces.Field.Models.FieldType
Enum for all the different field types.
Currency = 9
Indicates the Currency field type.
Date = 5
Indicates the Date field type.
Decimal = 8
Indicates the Decimal field type.
File = 6
Indicates the File field type.
FixedLength = 2
Indicates the Fixed Length field type.
LongText = 3
Indicates the Long Text field type.
MultipleChoice = 11
Indicates the Multiple Choice field type.
MultipleObject = 13
Indicates the Multiple Object field type.
SingleChoice = 10
Indicates the Single Choice field type.
SingleObject = 12
Indicates the Single Object field type.
User = 1
Indicates the User field type.
WholeNumber = 7
Indicates the Whole Number field type.
YesNo = 4
Indicates the Yes/No field type.