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
)
Public Function Reload (
cxt As IAppContext,
picklistKey As String
) As PicklistItemInfo
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - picklistKey
- Type: SystemString
The picklist key (ID) of the picklist to reload.
Return Value
Type:
PicklistItemInfoThe info for the specified key, if found.
See Also