Click or drag to resize
CouponCodeInfoProviderGetCouponCodesInternal Method
Returns a query for all the CouponCodeInfo objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual ObjectQuery<CouponCodeInfo> GetCouponCodesInternal()

Return Value

Type: ObjectQueryCouponCodeInfo
See Also