PicklistItemInfosAdd Method (String, PicklistItemInfo) |
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
)
Public Function Add (
name As String,
itemInfo As PicklistItemInfo
) As Integer
Parameters
- name
- Type: SystemString
The name of the item. - itemInfo
- Type: NetQuarryPicklistItemInfo
The info object to add
Return Value
Type:
Int32The number of items in the collection
See Also