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: 12.0.0
Syntax public void SetTempValue(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Key to viewstate value - value
- Type: SystemObject
Value to store
See Also