Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponCodeInfo Method (String, SiteInfoIdentifier)
Returns GiftCardCouponCodeInfo with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static GiftCardCouponCodeInfo GetGiftCardCouponCodeInfo(
	string name,
	SiteInfoIdentifier siteIdentifier
)

Parameters

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

Return Value

Type: GiftCardCouponCodeInfo
See Also