Click or drag to resize
ShoppingCartInfoProviderCreateShoppingCartInfoInternal Method (SerializationInfo, StreamingContext)
Returns new empty shopping cart object created from deserialized input data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ShoppingCartInfo CreateShoppingCartInfoInternal(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Data for deserialization from which the shopping cart object should be created
context
Type: System.Runtime.SerializationStreamingContext
Streaming context

Return Value

Type: ShoppingCartInfo
See Also