Click or drag to resize
ShoppingCartInfoCreateShoppingCartInfo Method (SerializationInfo, StreamingContext)
Returns new ShoppingCartInfo object created from deserialized data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ShoppingCartInfo CreateShoppingCartInfo(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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

Return Value

Type: ShoppingCartInfo
See Also