Click or drag to resize
CacheHelperBuildCacheItemName Method
Builds the cache item name from the given parts

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string BuildCacheItemName(
	IEnumerable parts,
	bool lowerCase = true
)

Parameters

parts
Type: System.CollectionsIEnumerable
Parts to build
lowerCase (Optional)
Type: SystemBoolean
Lower case the result

Return Value

Type: String
See Also