Click or drag to resize
ShoppingCartGetTempValue Method
Returns the value from the ShoppingCart viewstate.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public Object GetTempValue(
	string key
)

Parameters

key
Type: SystemString
Key to viewstate value

Return Value

Type: Object
See Also