PicklistCreateInstance Method |
Creates or clones the Picklist represented by the provided
PicklistItemInfo object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Picklist CreateInstance(
PicklistItemInfo info,
IAppContext cxt
)
Public Shared Function CreateInstance (
info As PicklistItemInfo,
cxt As IAppContext
) As Picklist
Parameters
- info
- Type: NetQuarryPicklistItemInfo
The PicklistItemInfo object to use as information to create the Picklist - cxt
- Type: NetQuarryIAppContext
the Application context object
Return Value
Type:
Picklista new Picklist
See Also