Generates the fully-qualified cache name for the specified picklist item.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string CacheName(
IAppContext cxt,
PicklistItemInfo info
)
Public Shared Function CacheName (
cxt As IAppContext,
info As PicklistItemInfo
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - info
- Type: NetQuarryPicklistItemInfo
The picklist descriptor.
Return Value
Type:
StringThe cache name.
See Also