Click or drag to resize

PicklistGetList Method

Returns the IList collection of PicklistItem items per the specified options. Note that any discrimValue comparison is case-insensitive.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IList GetList(
	string discrimValue,
	GetListOptions options
)

Parameters

discrimValue
Type: SystemString
The discriminator to apply (unless otherwise specified in options).
options
Type: NetQuarryGetListOptions
Options specifying which items to include in returned list.

Return Value

Type: IList
An IList collection PicklistItem items from the Picklist.
See Also