GiftCardCouponCodeInfoProviderGetGiftCardCouponUsageInfoMessage Method |
Returns formatted message about codes.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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:
StringSee Also