Click or drag to resize

PicklistItemInfosReload Method

Reload the specified picklist meta-data from the repository.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PicklistItemInfo Reload(
	IAppContext cxt,
	string picklistKey
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
picklistKey
Type: SystemString
The picklist key (ID) of the picklist to reload.

Return Value

Type: PicklistItemInfo
The info for the specified key, if found.
See Also