Returns new empty shopping cart object created from deserialized input data.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
Data for deserialization from which the shopping cart object should be created
- context
- Type: System.Runtime.Serialization StreamingContext
Streaming context
Return Value
Type: ShoppingCartInfoSee Also