PicklistItemInfosLoadInfo Method |
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
)
Public Shared Function LoadInfo (
cxt As IAppContext,
picklistKey As String,
locale As String,
loadFromDataDB As Boolean
) As PicklistItemInfo
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:
PicklistItemInfoA newly created object populated from the database (if the specified picklist is found).
See Also