Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponUsageInfoMessage Method
Returns formatted message about codes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static string GetGiftCardCouponUsageInfoMessage(
	GiftCardInfo parent,
	bool dataOnly = false
)

Parameters

parent
Type: CMS.EcommerceGiftCardInfo
Parent offer gift card of coupon codes
dataOnly (Optional)
Type: SystemBoolean
If true, only statistics (used / limit) are returned.

Return Value

Type: String
See Also