PicklistsAdd Method (String, Picklist) |
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
)
Public Function Add (
name As String,
pickList As Picklist
) As Integer
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:
Int32The number of items in the collection
See Also