Click or drag to resize
ShoppingCartSetTempValue Method
Sets the value to 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 void SetTempValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Key to viewstate value
value
Type: SystemObject
Value to store
See Also