Click or drag to resize
CacheHelperGetCombinedCacheItems Method
Gets combined cache items for setting and default items

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static Dictionary<string, bool> GetCombinedCacheItems(
	string values,
	Dictionary<string, bool> items
)

Parameters

values
Type: SystemString
Items stored in system settings
items
Type: System.Collections.GenericDictionaryString, Boolean
Basic item collection defined in the code

Return Value

Type: DictionaryString, Boolean
See Also