Click or drag to resize

PicklistGetFirstValueMatch Method

Overload List
  NameDescription
Public methodGetFirstValueMatch(String, String, Object)
Finds the first matching item in the collection. The search always starts at the beginning of the list. And performs an exact match search.
Public methodGetFirstValueMatch(String, String, GetListOptions, Object)
Finds the first matching item in the collection. The search always starts at the beginning of the list. And performs a starts with search, or exact match search, as specified in opts. Note that if IncludeDisabled is specified, a disabled item will only be matched if there are no matching enabled items.
Public methodGetFirstValueMatch(String, String, Boolean, Boolean, Object)
Finds the first matching item in the collection. The search always starts at the beginning of the list. And performs a starts with search, or exact match search, as specified. Note that if allowDisabled is specified, a disabled item will only be matched if there are no matching enabled items.
Top
See Also