Click or drag to resize

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
)

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: Picklist
a new Picklist
See Also