Click or drag to resize
CreditEventInfoProviderGetCreditEvents Method (Int32)
Returns the query for all credit events for given site. Reflects use global credit setting.

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

Parameters

siteId
Type: SystemInt32
Id of the site to get credit events for.

Return Value

Type: ObjectQueryCreditEventInfo
See Also