Click or drag to resize

PreferenceFactoryGetPrefCacheKey Method

Return the global preference cache key.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetPrefCacheKey(
	string ownerLevel,
	Object ownerID
)

Parameters

ownerLevel
Type: SystemString
The preference owner level.
ownerID
Type: SystemObject
The preference owner.

Return Value

Type: String
The cache key.
See Also