CreditEventInfoProviderGetCreditEvents Method (Int32) |
Returns the query for all credit events for given site. Reflects use global credit setting.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static ObjectQuery<CreditEventInfo> GetCreditEvents(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Id of the site to get credit events for.
Return Value
Type:
ObjectQueryCreditEventInfoSee Also