Click or drag to resize
ShoppingCartItemInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	ShoppingCartItemInfo info
)

Parameters

info
Type: CMS.EcommerceShoppingCartItemInfo
Object to insert / update
See Also