Click or drag to resize
CfType Enumeration
Enumeration for custom field data types

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum CfType
Members
  Member nameValueDescription
Unknown0
String1
Integer2
Decimal3 Numeric
Money4
Phone5
Date6
Time7
Boolean8
Url9 URL with optional label
Text10 Free-form text (large): max. length is 3072 characters; represented on UI by text area.
StringAutocomplete11 Free-text values based on large dictionary; represented on UI as autocomplete control with "contains" search.
See Also