Dropdown Object Class

This object is derived from the ContentObject class. This object represents a Content Object of the DropDown type. It contains a list of name/value pairs which can fill a DropDown on a Form.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

Values

List Object

The list of name/value pairs for the dropdown as a List<DropDownValue> class

DDID

String

The DropDown ID of the DropDown Content Object (same as ID property)

Methods