Enumeration for custom field data types
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CfType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| String | 1 | |
| Integer | 2 | |
| Decimal | 3 |
Numeric
|
| Money | 4 | |
| Phone | 5 | |
| Date | 6 | |
| Time | 7 | |
| Boolean | 8 | |
| Url | 9 |
URL with optional label
|
| Text | 10 |
Free-form text (large): max. length is 3072 characters; represented on UI by text area.
|
| StringAutocomplete | 11 |
Free-text values based on large dictionary; represented on UI as autocomplete control with "contains" search.
|
See Also