Click or drag to resize

PicklistItemInfosLoadInfo Method

Load a PicklistItemInfo object from the database.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static PicklistItemInfo LoadInfo(
	IAppContext cxt,
	string picklistKey,
	string locale,
	bool loadFromDataDB
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
picklistKey
Type: SystemString
The picklist for which to load.
locale
Type: SystemString
The text locale used for loading localized text.
loadFromDataDB
Type: SystemBoolean
Loads from the repository unless this is set True.

Return Value

Type: PicklistItemInfo
A newly created object populated from the database (if the specified picklist is found).
See Also