CfType Enumeration |
Namespace: CorrigoService.Enums
[SerializableAttribute] public enum CfType
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. |