Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponCodesInternal Method
Returns a query for all the GiftCardCouponCodeInfo objects on specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual ObjectQuery<GiftCardCouponCodeInfo> GetGiftCardCouponCodesInternal(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier

Return Value

Type: ObjectQueryGiftCardCouponCodeInfo
See Also