Click or drag to resize
ECommerceHelperGetAllCouponCodesQuery Method
Returns data query with all existing coupon codes from all existing discounts.

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

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.

Return Value

Type: DataQuery
See Also