Click or drag to resize
MultiBuyDiscountInfoProviderGetProductCouponDiscounts Method (SiteInfoIdentifier)
Returns a query for all the product coupon discount objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<MultiBuyDiscountInfo> GetProductCouponDiscounts(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier

Return Value

Type: ObjectQueryMultiBuyDiscountInfo
See Also