Click or drag to resize

PicklistsAdd Method (String, Picklist)

Adds a Picklist 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,
	Picklist pickList
)

Parameters

name
Type: SystemString
The name of the picklist (this is the index into the collection)
pickList
Type: NetQuarryPicklist
The pickList to add to the collection

Return Value

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