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

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax
C#
public Object GetTempValue(
	string key
)

Parameters

key
Type: SystemString
Key to viewstate value

Return Value

Type: Object
See Also