Click or drag to resize
FieldType Enumeration
Represents the various type of fields with supported setter utility methods.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public enum FieldType
Members
  Member nameValueDescription
TextInput0 An input text field. This should also be used for grid cells that are text fields.
TextArea1 A textarea text field.
Dropdown2 A dropdown field.
Searchlist3 A searchlist field.
Checkbox4 A checkbox or radiobox field.
TextIframe5 An IFrame text field.
See Also