Click or drag to resize
PartialCacheItemsProviderGetCacheItemNames Method
Gets the available cache item names with a boolean value indicating whether the cache item name is enabled or not.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Dictionary<string, bool> GetCacheItemNames()

Return Value

Type: DictionaryString, Boolean
See Also