| ShoppingCartSetTempValue Method | 
            Sets the value to the ShoppingCart viewstate.
            
 
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void SetTempValue(
	string key,
	Object value
)
Parameters
- key
- Type: SystemString
 Key to viewstate value
- value
- Type: SystemObject
 Value to store
 See Also
See Also