Click or drag to resize

Picklist Constructor (PicklistItemInfo, IAppContext)

Overloaded constructor, creates a new Picklist and populates it.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Picklist(
	PicklistItemInfo infoItem,
	IAppContext appContext
)

Parameters

infoItem
Type: NetQuarryPicklistItemInfo
The picklist item descriptor.
appContext
Type: NetQuarryIAppContext
The application context.
See Also