GiftCardCouponCodeInfoProviderGetGiftCardCouponCodeInfoInternal Method |
Note: This API is now obsolete.
Returns GiftCardCouponCodeInfo with specified name on specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax [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:
GiftCardCouponCodeInfoSee Also