| CMSTreeViewCacheItemName Property | 
            Name of the cache item the control will use.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic virtual string CacheItemName { get; set; }Property Value
Type: 
String Remarks
Remarks
            By setting this name dynamically, you can achieve caching based on URL parameter or some other variable - simply put the value of the parameter to the CacheItemName property. If no value is set, the control stores its content to the item named "URL|ControlID".
            
 See Also
See Also