Click or drag to resize
ECommerceHelperGetAllCouponCodesQuery Method
Returns data query with codes in CouponCodeCode column from MultiBuyCouponCodes and CouponCodes on specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static DataQuery GetAllCouponCodesQuery(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.

Return Value

Type: DataQuery
See Also