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
)
Public Function GetList (
discrimValue As String,
options As GetListOptions
) As IList
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:
IListAn IList collection
PicklistItem items from the Picklist.
See Also