Click or drag to resize
OrderInfo Constructor (SerializationInfo, StreamingContext)
Constructor - Creates a new OrderInfo object from serialized data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public OrderInfo(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialization data
context
Type: System.Runtime.SerializationStreamingContext
Context
See Also