Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponCodeInfoInternal Method
Returns GiftCardCouponCodeInfo with specified name on specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual GiftCardCouponCodeInfo GetGiftCardCouponCodeInfoInternal(
	string name,
	SiteInfoIdentifier siteIdentifier
)

Parameters

name
Type: SystemString
GiftCardCouponCodeInfo name
siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
The site identifier

Return Value

Type: GiftCardCouponCodeInfo
See Also