Click or drag to resize
CreditEventInfoProviderDeleteCreditEvents Method
Deletes all customers' credit events.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteCreditEvents(
	int customerId,
	int siteId
)

Parameters

customerId
Type: SystemInt32
Customer ID
siteId
Type: SystemInt32
Site ID
See Also