Click or drag to resize

OrderDebuggingInfoSave Method (Order, DateTime, String, String, DebuggingInfoType)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static void Save(
	Order order,
	DateTime time,
	string message,
	string source,
	DebuggingInfoType infoType
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
time
Type: SystemDateTime
message
Type: SystemString
source
Type: SystemString
infoType
Type: Dynamicweb.Ecommerce.OrdersDebuggingInfoType
See Also