| VirtualContextSetItem Method | 
            Sets the particular item in the virtual context
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SetItem(
	string key,
	Object value
)
Parameters
- key
- Type: SystemString
 Item key
- value
- Type: SystemObject
 New value
 See Also
See Also