Click or drag to resize

OrderDebuggingInfoGetByInfoType Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static List<OrderDebuggingInfo> GetByInfoType(
	string orderId,
	DebuggingInfoType infoType
)

Parameters

orderId
Type: SystemString
infoType
Type: Dynamicweb.Ecommerce.OrdersDebuggingInfoType

Return Value

Type: ListOrderDebuggingInfo
See Also