| ShoppingCartGetTempValue Method | 
            Returns the value from the ShoppingCart viewstate.
            
 
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic Object GetTempValue(
	string key
)
Parameters
- key
- Type: SystemString
 Key to viewstate value
Return Value
Type: 
Object See Also
See Also