Click or drag to resize
CreditEventInfoProvider.GetCreditEvents Method
Returns the query for all credit events.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<CreditEventInfo> GetCreditEvents()

Return Value

Type: ObjectQuery<CreditEventInfo>
See Also