Click or drag to resize

PicklistGetByName Method

Gets the PicklistItem information for the item with the specified name. Note that StandardPicklist items always have a name distinct from its text that serves as a constant. This is not necessarily true for the other picklist types.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PicklistItem GetByName(
	string name
)

Parameters

name
Type: SystemString
The name of the item.

Return Value

Type: PicklistItem
The matching PicklistItemInfo if found, else null.
See Also