Click or drag to resize

Picklist.DisplayTextList 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: System.String
The discrim to apply, if any.
options
Type: NetQuarry.GetListOptions
Options for getting the items.
maxItems
Type: System.Int32
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: System.String
The delimiter to use to separate items.

Return Value

Type: String
The DisplayText for the items.
See Also