Click or drag to resize
CacheHelperGetCacheItemsString Method
Gets the cache items string (item names separated by semicolon)

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

Parameters

items
Type: System.Collections.GenericDictionaryString, Boolean
Basic item collection defined in the code

Return Value

Type: String
See Also