Click or drag to resize

PicklistCacheName Method

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
info
Type: NetQuarryPicklistItemInfo
The picklist descriptor.

Return Value

Type: String
The cache name.
See Also