Click or drag to resize

PicklistItemAttrs Enumeration

Attributes for individual PicklistItem objects.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PicklistItemAttrs
Members
  Member nameValueDescription
Disabled1The item is disabled (and not normally selectable from picklists).
Unverified2The item is was enterred by a user and has not been verified.
NotSupported4The item is not supported. It will not be present in any picklist and no symbol will be generated.
See Also