Click or drag to resize

PicklistGetAltText Method

Returns the alternative text for a specified keyValue.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetAltText(
	Object keyValue,
	string discrim
)

Parameters

keyValue
Type: SystemObject
The key value to search for.
discrim
Type: SystemString
The discrim, if any, of the item.

Return Value

Type: String
The item's alternative text if found, otherwise an empty string.
See Also