Click or drag to resize

GetListOptions Enumeration

Options for the GetList(String, GetListOptions) method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum GetListOptions
Members
  Member nameValueDescription
IgnoreDiscrim1Include all items, regardless of their discriminator.
IncludeDisabled2Include disabled items.
StartsWith4Return items starting with the specified value vs. an exact match.
Sorted8The returned list should be sorted per the picklists sort specification.
NoLateBoundFill16 If the PicklistItem is not found do not use any late-bound SQL to find the item via querying the database.
See Also