Click or drag to resize
CouponCodeInfoProviderGetCouponCodesInternal 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#
protected virtual ObjectQuery<CouponCodeInfo> GetCouponCodesInternal(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier

Return Value

Type: ObjectQueryCouponCodeInfo
See Also