Click or drag to resize
CouponCodeInfoProviderGetCouponCodeInfoInternal Method

Note: This API is now obsolete.

Returns CouponCodeInfo 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 CouponCodeInfo GetCouponCodeInfoInternal(
	string name,
	SiteInfoIdentifier siteIdentifier
)

Parameters

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

Return Value

Type: CouponCodeInfo
See Also