Click or drag to resize
CreditEventInfoProviderDeleteCreditEventInfo Method (Int32)
Deletes credit event with specified ID.

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

Parameters

eventId
Type: SystemInt32
Credit event ID
See Also