Click or drag to resize
OrderInfoProviderDeleteOrderInfo Method (Int32)
Deletes order with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteOrderInfo(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID
See Also