CustomFieldDataType¶
Defines the data type for a document-level custom field.
- CustomFieldDataType.String¶
- = - 0- Represents regular text input. 
- CustomFieldDataType.ExpiryDate¶
- = - 1- Date format validation for expiry dates; calculates time before expiry. 
- CustomFieldDataType.DropDown¶
- = - 2- Represents a list of possible options that are usually represented as a drop-down field to users.