CreditEventInfoProviderGetCreditEvents Method (Int32, Int32) |
Returns query for all customers' credit events on given site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static ObjectQuery<CreditEventInfo> GetCreditEvents(
int customerId,
int siteId
)
Parameters
- customerId
- Type: SystemInt32
Customer ID - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQueryCreditEventInfoSee Also