Click or drag to resize
ShoppingCartInfoCreateShoppingCartInfo Method (Int32)
Returns new empty ShoppingCartInfo object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ShoppingCartInfo CreateShoppingCartInfo(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ShoppingCartInfo
See Also