Click or drag to resize

PicklistItemInfosAdd Method (String, PicklistItemInfo)

Type-safe adding a PicklistItemInfo to the collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	string name,
	PicklistItemInfo itemInfo
)

Parameters

name
Type: SystemString
The name of the item.
itemInfo
Type: NetQuarryPicklistItemInfo
The info object to add

Return Value

Type: Int32
The number of items in the collection
See Also