Click or drag to resize

PicklistFlushOptions Enumeration

Options for use with Flush(PicklistFlushOptions).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PicklistFlushOptions
Members
  Member nameValueDescription
NonCached1Flush NonCached Picklists that have been filled. This is the default behaviour.
Cached2Flush Cached Picklists that have been filled.
Collection4Flush the entire collection of picklists.
LargeSQL8Flush all large picklists regardless of whether configured for caching or not. At this time 'large' means over 100 items.
See Also