Click or drag to resize
CreditEventInfoProviderGetCreditEventInfo Method
Returns credit event with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static CreditEventInfo GetCreditEventInfo(
	int eventId
)

Parameters

eventId
Type: SystemInt32
Credit event ID

Return Value

Type: CreditEventInfo
See Also