Click or drag to resize
BaseCouponCodeInfoProviderTInfo, TProviderGetCouponUsageInfoMessage Method
Returns formatted message about codes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected static string GetCouponUsageInfoMessage(
	ObjectQuery codes,
	bool dataOnly
)

Parameters

codes
Type: CMS.DataEngineObjectQuery
Coupon codes.
dataOnly
Type: SystemBoolean
If true, only statistics (used / limit) are returned.

Return Value

Type: String
See Also