Click or drag to resize

PicklistItemValueStatus Method (String, String)

Determine the PicklistItemStatus of a value in the picklist.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PicklistItemStatus ItemValueStatus(
	string val,
	string discrim
)

Parameters

val
Type: SystemString
The value in question.
discrim
Type: SystemString
The discriminator value, if any.

Return Value

Type: PicklistItemStatus
The status of the item in the picklist.
See Also