Click or drag to resize

DropdownFieldChoice Properties

The DropdownFieldChoice type exposes the following members.

Properties
  NameDescription
Public propertyChoiceOrder
The value of the counter which specifies the order of items.
Public propertyFirstSearchBy
The optional value of the first "Search By" column for a lookup dropdown field. This value is null for a FileHold managed dropdown field.
Public propertyFourthSearchBy
The optional value of the fourth "Search By" column for a lookup dropdown field. This value is null for a FileHold managed dropdown field.
Public propertyId
The internal identifier used by FileHold to track this drop-down item. This identifier is returned from Document Finder and should be passed to Document Manager to edit the metadata of a document.
Public propertySecondSearchBy
The optional value of the second "Search By" column for a lookup dropdown field. This value is null for a FileHold managed dropdown field.
Public propertySourceChoiceId
The unique key of the item for a lookup dropdown field, which is the value the "Lookup By" column. This value is null for a FileHold managed dropdown field.
Public propertyThirdSearchBy
The optional value of the third "Search By" column for a lookup dropdown field. This value is null for a FileHold managed dropdown field.
Public propertyValue
The name of the drop-down item visible to the user. For a database lookup dropdown field, this is the value of the "Retrieve From" column.
Top
See Also