Click or drag to resize

PicklistItemStatus Enumeration

Identifies the state of a particular picklist item in the live Picklist instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum PicklistItemStatus
Members
  Member nameValueDescription
Unknown0The item state is not known.
Available1The item is in the picklist and available.
NotInList2The item is not in the underlying picklist.
Disabled3The item is in the underlying picklist, but disabled.
DiscrimmedOut4The item is in the underlying picklist, but discrimmed-out.
See Also