CacheHelperBuildCacheItemName Method |
Builds the cache item name from the given parts
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
StringSee Also