Click or drag to resize

PicklistDisplayTextList Method

Gets the delimited list of DisplayText for the items in the picklist.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string DisplayTextList(
	string discrimValue,
	GetListOptions options,
	int maxItems,
	string delim
)

Parameters

discrimValue
Type: SystemString
The discrim to apply, if any.
options
Type: NetQuarryGetListOptions
Options for getting the items.
maxItems
Type: SystemInt32
The maximum number of items for which to return a list. If the number of items in the list exceeds this threshhold the an empty list is returned.
delim
Type: SystemString
The delimiter to use to separate items.

Return Value

Type: String
The DisplayText for the items.
See Also