Click or drag to resize
CouponCodeInfoProviderGetCouponCodes Method (SiteInfoIdentifier)
Returns a query for all the CouponCodeInfo objects on specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<CouponCodeInfo> GetCouponCodes(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier

Return Value

Type: ObjectQueryCouponCodeInfo
See Also