| OrderDebuggingInfoGetAllRecurringOrderErrors Method |
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static List<OrderDebuggingInfo> GetAllRecurringOrderErrors(
Nullable<DateTime> startDate,
Nullable<DateTime> endDate,
string id
)
Public Shared Function GetAllRecurringOrderErrors (
startDate As Nullable(Of DateTime),
endDate As Nullable(Of DateTime),
id As String
) As List(Of OrderDebuggingInfo)
Parameters
- startDate
- Type: SystemNullableDateTime
- endDate
- Type: SystemNullableDateTime
- id
- Type: SystemString
Return Value
Type:
ListOrderDebuggingInfoSee Also