Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponCodeInfoInternal Method

Note: This API is now obsolete.

Returns GiftCardCouponCodeInfo with specified name on specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(string, int) instead.")]
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