CacheHelperGetCombinedCacheItems Method |
Gets combined cache items for setting and default items
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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,
BooleanSee Also