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
)
Public Function DisplayTextList (
discrimValue As String,
options As GetListOptions,
maxItems As Integer,
delim As String
) As String
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:
StringThe DisplayText for the items.
See Also